Skip to content

Commit 940566b

Browse files
authored
Merge pull request #296 from moul/dependabot/docker/golang-1.19.0-alpine
chore(deps): bump golang from 1.18.3-alpine to 1.19.0-alpine
2 parents 42d670b + 60adfd4 commit 940566b

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
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.18.3-alpine as builder
7+
FROM golang:1.19.0-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/golang-repo-template

0 commit comments

Comments
 (0)