Docker Alpine: update to 3.19

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-01-09 20:12:58 +01:00
parent 9c31111249
commit 73d7779d89

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 AS builder FROM golang:1.21-alpine3.19 AS builder
ENV GOFLAGS="-mod=readonly" ENV GOFLAGS="-mod=readonly"
@@ -27,7 +27,7 @@ RUN set -xe && \
RUN apk add --update --no-cache openssh-client-common RUN apk add --update --no-cache openssh-client-common
FROM alpine:3.18 FROM alpine:3.19
# Set to "true" to install jq and the optional git and rsync dependencies # Set to "true" to install jq and the optional git and rsync dependencies
ARG INSTALL_OPTIONAL_PACKAGES=false ARG INSTALL_OPTIONAL_PACKAGES=false