Skip to content

Commit

Permalink
update docker base images
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 23, 2024
1 parent c4f7d07 commit 485151b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/src/docker/backend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG APP_IMAGE=ocelotsocialnetwork/backend
ARG APP_IMAGE=ghcr.io/ocelot-social-community/ocelot-social/backend
ARG APP_IMAGE_TAG_BASE=latest-base
ARG APP_IMAGE_TAG_CODE=latest-code
ARG APP_IMAGE_BASE=${APP_IMAGE}:${APP_IMAGE_TAG_BASE}
Expand Down
2 changes: 1 addition & 1 deletion deployment/src/docker/maintenance.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG APP_IMAGE=ocelotsocialnetwork/maintenance
ARG APP_IMAGE=ghcr.io/ocelot-social-community/ocelot-social/maintenance
ARG APP_IMAGE_TAG_BASE=latest-base
ARG APP_IMAGE_TAG_CODE=latest-code
ARG APP_IMAGE_BASE=${APP_IMAGE}:${APP_IMAGE_TAG_BASE}
Expand Down
2 changes: 1 addition & 1 deletion deployment/src/docker/webapp.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG APP_IMAGE=ocelotsocialnetwork/webapp
ARG APP_IMAGE=ghcr.io/ocelot-social-community/ocelot-social/webapp
ARG APP_IMAGE_TAG_BASE=latest-base
ARG APP_IMAGE_TAG_CODE=latest-code
ARG APP_IMAGE_BASE=${APP_IMAGE}:${APP_IMAGE_TAG_BASE}
Expand Down

0 comments on commit 485151b

Please sign in to comment.