Skip to content

Commit 4d0ed31

Browse files
Bump golang from 1.20.1-alpine to 1.20.3-alpine
Bumps golang from 1.20.1-alpine to 1.20.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eca6601 commit 4d0ed31

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,7 +1,7 @@
11
###
22
# Stage 1: Build go binary
33
###
4-
FROM golang:1.20.1-alpine AS build
4+
FROM golang:1.20.3-alpine AS build
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)