Skip to content

Commit 523ce62

Browse files
authored
Merge pull request #132 from loafoe/dependabot/docker/golang-1.19.3-alpine
Bump golang from 1.18.4-alpine to 1.19.3-alpine
2 parents 7af39d3 + 439f4f0 commit 523ce62

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.18.4-alpine AS build
3+
FROM --platform=${BUILDPLATFORM} golang:1.19.3-alpine AS build
44
ARG TARGETOS
55
ARG TARGETARCH
66
WORKDIR /src

0 commit comments

Comments
 (0)