Skip to content

Commit

Permalink
chore(deps): update alpine docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 4a09c2b commit fa8f31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mix deps.compile


### Node Deps and Build Frontend
FROM node:22.12.0-alpine3.20 AS node
FROM node:22.12.0-alpine3.21 AS node

# npm deps
ENV NODE_ENV=production
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN mix release --path /app-release

### Production Stage
# Run in minimal Alpine container
FROM alpine:3.20.3 AS runtime
FROM alpine:3.21.0 AS runtime

# HTTP port
EXPOSE 4001
Expand Down

0 comments on commit fa8f31c

Please sign in to comment.