Skip to content

Commit

Permalink
fix: update to alpine 3.14 (minetest#11570)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Aug 24, 2021
1 parent ef84c3b commit ff3aa18
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,4 +1,4 @@
ARG DOCKER_IMAGE=alpine:3.13
ARG DOCKER_IMAGE=alpine:3.14
FROM $DOCKER_IMAGE AS builder

ENV MINETEST_GAME_VERSION master
Expand Down Expand Up @@ -54,7 +54,7 @@ RUN mkdir build && \
ninja && \
ninja install

ARG DOCKER_IMAGE=alpine:3.13
ARG DOCKER_IMAGE=alpine:3.14
FROM $DOCKER_IMAGE AS runtime

RUN apk add --no-cache sqlite-libs curl gmp libstdc++ libgcc libpq luajit jsoncpp && \
Expand Down

0 comments on commit ff3aa18

Please sign in to comment.