Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(deps): update golang docker tag to v1.20.5 (#9695)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent 6b8fb3f commit ddc1ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
FROM golang:1.20.4-alpine3.17 as builder
FROM golang:1.20.5-alpine3.17 as builder

# install additional dependencies
RUN apk update && \
Expand Down

0 comments on commit ddc1ab9

Please sign in to comment.