Skip to content

Commit c687b83

Browse files
authored
Merge pull request #24 from rog-golang-buddies/dependabot/docker/golang-1.19.0-alpine
chore(deps): Bump golang from 1.18-alpine to 1.19.0-alpine
2 parents ca20721 + e1a1321 commit c687b83

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)