Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from connecteurs/alpine-3-19
Browse files Browse the repository at this point in the history
Use Alpine 3.19 as base
  • Loading branch information
ludovicm67 authored Apr 16, 2024
2 parents 0f96b34 + 7bd6953 commit 9aa9d20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM ghcr.io/connecteurs/alpine
FROM ghcr.io/connecteurs/alpine:v3.19.1

RUN apk add --update-cache \
RUN apk add \
alpine-conf \
alpine-sdk \
sudo \
ccache \
&& apk upgrade -a \
&& setup-apkcache /var/cache/apk

RUN adduser -D builder \
Expand Down

0 comments on commit 9aa9d20

Please sign in to comment.