Skip to content

Commit 2cd6da6

Browse files
committed
Docker: switch to Alpine 3.20
Signed-off-by: Nicola Murino <[email protected]>
1 parent d924811 commit 2cd6da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.alpine

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine3.19 AS builder
1+
FROM golang:1.22-alpine3.20 AS builder
22

33
ENV GOFLAGS="-mod=readonly"
44

@@ -25,7 +25,7 @@ RUN set -xe && \
2525
export COMMIT_SHA=${COMMIT_SHA:-$(git describe --always --abbrev=8 --dirty)} && \
2626
go build $(if [ -n "${FEATURES}" ]; then echo "-tags ${FEATURES}"; fi) -trimpath -ldflags "-s -w -X github.com/drakkan/sftpgo/v2/internal/version.commit=${COMMIT_SHA} -X github.com/drakkan/sftpgo/v2/internal/version.date=`date -u +%FT%TZ`" -v -o sftpgo
2727

28-
FROM alpine:3.19
28+
FROM alpine:3.20
2929

3030
# Set to "true" to install jq and the optional git and rsync dependencies
3131
ARG INSTALL_OPTIONAL_PACKAGES=false

0 commit comments

Comments
 (0)