Skip to content

Commit b12297d

Browse files
authored
Merge pull request #31 from rog-golang-buddies/dependabot/docker/golang-1.19.1-alpine
chore(deps): Bump golang from 1.19.0-alpine to 1.19.1-alpine
2 parents e621761 + a5ce49c commit b12297d

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)