Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 978124f commit e583b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### Please note that this dockerfile is not used to release the image,
#### It is used merely to create a test image to run tests or to be uploaded manually for testing pourpuses
FROM golang:1.20.6-bookworm AS build
FROM golang:1.20.7-bookworm AS build
RUN apk add --no-cache --update git make

WORKDIR /go/src/github.com/newrelic/nri-ecs
Expand Down

0 comments on commit e583b72

Please sign in to comment.