Skip to content

Commit

Permalink
Update golang Docker tag to v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 38a5daa commit eab24fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/docker-compose/docker-compose-slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- monitor
command: run -s -a :8182 -c /code/config-discovery.yaml
demo-server:
image: golang:1.20.2-alpine
image: golang:1.21.6-alpine
container_name: golang
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2-alpine as build
FROM golang:1.21.6-alpine as build
RUN apk update && apk upgrade && \
apk add --no-cache git
RUN go get -u golang.org/x/perf/cmd/benchstat
Expand Down

0 comments on commit eab24fe

Please sign in to comment.