Upgrade Alpine to 3.21
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2024-12-11 20:19:37 +01:00
parent 65bd7f5acf
commit 6c3a3f2d9f

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.21
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps su-exec rsync openssh tzdata curl ca-certificates && rm -rf /var/cache/apk/*