Skip to content

Commit a5ce49c

Browse files
chore(deps): Bump golang from 1.19.0-alpine to 1.19.1-alpine
Bumps golang from 1.19.0-alpine to 1.19.1-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 262664f commit a5ce49c

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.19.0-alpine as builder
1+
FROM golang:1.19.1-alpine as builder
22

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

0 commit comments

Comments
 (0)