We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508f023 commit 6bab425Copy full SHA for 6bab425
Dockerfile
@@ -2,7 +2,7 @@
2
# docker run -ti -p 2121-2130:2121-2130 fclairamb/ftpserver
3
4
# Preparing the build environment
5
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
6
ENV GOFLAGS="-mod=readonly"
7
RUN apk add --update --no-cache bash ca-certificates curl git && update-ca-certificates
8
RUN mkdir -p /workspace
Dockerfile.alpine
0 commit comments