Skip to content

Commit

Permalink
Update to Alpine Linux 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jul 22, 2024
1 parent 719ebca commit 6d55167
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,10 +1,10 @@
# syntax = docker/dockerfile:experimental

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

FROM alpine:3.19
FROM alpine:3.20

ARG BUILD_CONCURRENCY=4

Expand Down

0 comments on commit 6d55167

Please sign in to comment.