Skip to content

Commit

Permalink
Merge pull request #95 from nscuro/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.19.4
  • Loading branch information
nscuro committed Dec 6, 2022
2 parents d8e80c7 + c8643ea commit 27e6120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine3.16@sha256:d171aa333fb386089206252503bc6ab545072670e0286e3d1bbc644362825c6e as build
FROM golang:1.19.4-alpine3.16@sha256:b7e7213fad242fde38c27002f04fd5e780c7665d63df20facbd90b202b013b9b as build
RUN apk add --no-cache ca-certificates git make
WORKDIR /usr/src/app
COPY ./go.mod ./go.sum ./
Expand Down

0 comments on commit 27e6120

Please sign in to comment.