Skip to content

Commit 6bab425

Browse files
chore(deps): update golang docker tag to v1.25 (#1509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 508f023 commit 6bab425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker run -ti -p 2121-2130:2121-2130 fclairamb/ftpserver
33

44
# Preparing the build environment
5-
FROM golang:1.24-alpine AS builder
5+
FROM golang:1.25-alpine AS builder
66
ENV GOFLAGS="-mod=readonly"
77
RUN apk add --update --no-cache bash ca-certificates curl git && update-ca-certificates
88
RUN mkdir -p /workspace

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker run -ti -p 2121-2130:2121-2130 fclairamb/ftpserver
33

44
# Preparing the build environment
5-
FROM golang:1.24-alpine AS builder
5+
FROM golang:1.25-alpine AS builder
66
ENV GOFLAGS="-mod=readonly"
77
RUN apk add --update --no-cache bash ca-certificates curl git && update-ca-certificates
88
RUN mkdir -p /workspace

0 commit comments

Comments
 (0)