Skip to content

Commit

Permalink
chore(deps): update caddy docker tag to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 79bce71 commit 10d930d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm ci --ignore-scripts && \
npm run build

# Caddy
FROM caddy:2.7-alpine
FROM caddy:2.8-alpine

# Copy static files and config
COPY --from=build /app/dist /app/dist
Expand Down
2 changes: 1 addition & 1 deletion maintenance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy:2.7-alpine
FROM caddy:2.8-alpine

WORKDIR /app

Expand Down

0 comments on commit 10d930d

Please sign in to comment.