Skip to content

Commit

Permalink
Bump alpine from 3.20.3 to 3.21.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.3 to 3.21.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 03463fb commit f0bf2f6
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 @@
# Stage 1 build
FROM alpine:3.20.3 as builder
FROM alpine:3.21.2 as builder

ENV ENGINE_BRANCH=5.10.0
ENV ENGINE_REPO=https://github.com/minetest/minetest
Expand Down Expand Up @@ -60,7 +60,7 @@ RUN cd /git/minetest && cmake . \
make install

# Stage 2 package
FROM alpine:3.20.3
FROM alpine:3.21.2

RUN apk add --no-cache bzip2 \
sqlite-libs curl zlib gmp jsoncpp luajit \
Expand Down

0 comments on commit f0bf2f6

Please sign in to comment.