Skip to content

Commit 4bce297

Browse files
authored
Merge pull request #539 from linki/dependabot/docker/golang-1.20.3-alpine3.17
chore(deps): bump golang from 1.20.2-alpine3.17 to 1.20.3-alpine3.17
2 parents 56a5c54 + a398b96 commit 4bce297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# builder image
2-
FROM golang:1.20.2-alpine3.17 as builder
2+
FROM golang:1.20.3-alpine3.17 as builder
33

44
ENV CGO_ENABLED 0
55
RUN apk --no-cache add alpine-sdk

0 commit comments

Comments
 (0)