Skip to content

Commit e1a1321

Browse files
chore(deps): Bump golang from 1.18-alpine to 1.19.0-alpine
Bumps golang from 1.18-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79e12b5 commit e1a1321

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,4 +1,4 @@
1-
FROM golang:1.18-alpine as builder
1+
FROM golang:1.19.0-alpine as builder
22

33
RUN apk update && apk upgrade && \
44
apk add --no-cache make bash

0 commit comments

Comments
 (0)