Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2022
1 parent b49bf88 commit e8e85d2
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.2-alpine3.16@sha256:f3e683657ddf73726b5717c2ff80cdcd9e9efb7d81f77e4948fada9a10dc7257 as build
FROM golang:1.19.3-alpine3.16@sha256:8558ae624304387d18694b9ea065cc9813dd4f7f9bd5073edb237541f2d0561b 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 e8e85d2

Please sign in to comment.