Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.19.10
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2023
1 parent b132530 commit f761999
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 docker.io/library/golang:1.19.9-alpine3.17@sha256:9668643a2e62d8bd298ef3663a96de4a70ceb2865b9b7cadd1d5e08387745103 as builder
FROM docker.io/library/golang:1.19.10-alpine3.17@sha256:df26628d5588f356a0911aea357acc8cfb91066b83059a435f26112be6010160 as builder
WORKDIR /go/src/github.com/cilium/hubble
RUN apk add --no-cache git make
COPY . .
Expand Down

0 comments on commit f761999

Please sign in to comment.