From 5389a337f7bff5351cf95b8dd5db54382dca73aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:08:02 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- images/fsftp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fsftp/Dockerfile b/images/fsftp/Dockerfile index 8345c1aa..3f99d831 100644 --- a/images/fsftp/Dockerfile +++ b/images/fsftp/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine as builder +FROM golang:1.23-alpine as builder RUN apk add -U git WORKDIR /go/src/github.com/moov-io/fsftp/ ENV CGO_ENABLED=0