Skip to content

Commit 57ee909

Browse files
authored
Merge pull request #155 from loafoe/dependabot/docker/golang-1.20.1-alpine
Bump golang from 1.19.3-alpine to 1.20.1-alpine
2 parents 34b9605 + 30e06bf commit 57ee909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1-experimental
22

3-
FROM --platform=${BUILDPLATFORM} golang:1.19.3-alpine AS build
3+
FROM --platform=${BUILDPLATFORM} golang:1.20.1-alpine AS build
44
ARG TARGETOS
55
ARG TARGETARCH
66
WORKDIR /src

0 commit comments

Comments
 (0)