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] authored May 2, 2024
1 parent dfb96f5 commit f8f0efb
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 f8f0efb

Please sign in to comment.