Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Upgrade ghcr.io/laxamentumtech/audnexus:main Docker digest to 0761e72 #723

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
node-server:
image: ghcr.io/laxamentumtech/audnexus:main@sha256:a8dc8bdc918cd6b33a79041b63a5e62a40f759dd326c895fd5d8f97c48c48241
image: ghcr.io/laxamentumtech/audnexus:main@sha256:0761e725e39a8b6e2a052b447a3ff5ab424fbdf01b629b97d1a19d7410e3c972
restart: always
environment:
ADP_TOKEN: ${NODE_ADP_TOKEN}
Expand Down