Skip to content

Commit

Permalink
Merge pull request #303 from sensiblecodeio/alpine-3.19
Browse files Browse the repository at this point in the history
Upgrade to Alpine Linux 3.19
  • Loading branch information
StevenMaude authored Feb 5, 2024
2 parents 8b13057 + fcaef1c commit c002672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax = docker/dockerfile:experimental

FROM alpine:3.18 AS cachebase
FROM alpine:3.19 AS cachebase
RUN mkdir -p /tmp/ccache \
&& chown nobody:nogroup /tmp/ccache

FROM alpine:3.18
FROM alpine:3.19

ARG BUILD_CONCURRENCY=4

Expand Down Expand Up @@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/etc/apk/cache,id=apk-cache \
linux-headers \
python3 \
util-linux-dev \
util-linux-static \
zlib-dev \
zlib-static

Expand Down

0 comments on commit c002672

Please sign in to comment.