Skip to content

Commit

Permalink
feat(frontend)!: Update ghcr.io/envelope-zero/frontend Docker tag to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 196c6f6 commit 57727e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG VERSION=0.0.0
RUN CGO_ENABLED=0 make build VERSION=${VERSION}

# Get frontend files from current version
FROM ghcr.io/envelope-zero/frontend:3.3.5 as frontend
FROM ghcr.io/envelope-zero/frontend:4.0.0 as frontend

# Build final image
FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get frontend files from current version
FROM ghcr.io/envelope-zero/frontend:3.3.5 as frontend
FROM ghcr.io/envelope-zero/frontend:4.0.0 as frontend

FROM scratch
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ coverage: test

.PHONY: frontend
frontend:
docker create --name frontend-extract ghcr.io/envelope-zero/frontend:3.3.5
docker create --name frontend-extract ghcr.io/envelope-zero/frontend:4.0.0
rm -r public
docker cp frontend-extract:/usr/share/nginx/html public/
docker rm frontend-extract
Expand Down

0 comments on commit 57727e6

Please sign in to comment.