Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 6f581ce commit 9aaa353
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
@@ -1,5 +1,5 @@
### Elixir Deps
FROM hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0 AS elixir-deps
FROM hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.2 AS elixir-deps

# git is needed to fetch some mix deps
RUN apk add --no-cache git
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN mix release --path /app-release

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

# HTTP port
EXPOSE 4001
Expand Down

0 comments on commit 9aaa353

Please sign in to comment.