Skip to content

Commit 1722e0f

Browse files
Bump golang from 1.17-alpine to 1.19.0-alpine
Bumps golang from 1.17-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8513a44 commit 1722e0f

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.17-alpine AS build
4+
FROM golang:1.19.0-alpine AS build
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)