Skip to content

Commit

Permalink
fix(frontend): Update ghcr.io/envelope-zero/frontend Docker tag to v1…
Browse files Browse the repository at this point in the history
….25.3 (#265)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 314abd0 commit 326ec42
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:1.25.2 as frontend
FROM ghcr.io/envelope-zero/frontend:1.25.3 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:1.25.2 as frontend
FROM ghcr.io/envelope-zero/frontend:1.25.3 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:1.25.2
docker create --name frontend-extract ghcr.io/envelope-zero/frontend:1.25.3
docker cp frontend-extract:/usr/share/nginx/html public/
docker rm frontend-extract

Expand Down

0 comments on commit 326ec42

Please sign in to comment.