Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 500c8c9 commit 7b2f81d
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,5 +1,5 @@

FROM golang:1.20.7-alpine@sha256:b255d9352ff4967f0424731acf5a262c3bb4b5bd712e6324ad9ed533c9d2aee7 as builder
FROM golang:1.21.0-alpine@sha256:19166afbaaa5ca32e8a2f2eb7147ab82203cb2c105c8ce6af63346524021cb65 as builder

WORKDIR /go/src/dnslb
COPY go.mod /go/src/dnslb
Expand Down

0 comments on commit 7b2f81d

Please sign in to comment.