瀏覽代碼

Docker Alpine: update to 3.19

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 1 年之前
父節點
當前提交
73d7779d89
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile.alpine

+ 2 - 2
Dockerfile.alpine

@@ -1,4 +1,4 @@
-FROM golang:1.21-alpine3.18 AS builder
+FROM golang:1.21-alpine3.19 AS builder
 
 ENV GOFLAGS="-mod=readonly"
 
@@ -27,7 +27,7 @@ RUN set -xe && \
 
 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
 ARG INSTALL_OPTIONAL_PACKAGES=false