Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2023
1 parent 7fe2e78 commit ee878ab
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.4-alpine3.16@sha256:4b4f7127b01b372115ed9054abc6de0a0b3fdea224561b354af7bb6e946acaa9 as build
FROM golang:1.20.0-alpine3.16@sha256:86eb22dea4141189e5656abd0616880387f0515a8d17ee1ef4b2ac79eb6e4ded 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 ee878ab

Please sign in to comment.