Skip to content

Commit

Permalink
Merge pull request #9 from privacysandbox/dependabot/docker/services/…
Browse files Browse the repository at this point in the history
…collector/golang-1.20.5

[collector] (deps): Bump golang from 1.20.3 to 1.20.5 in /services/collector
  • Loading branch information
Seburan authored Jul 14, 2023
2 parents f674e25 + b275219 commit 6aa2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.20.3 as builder
FROM golang:1.20.5 as builder

# Create and change to the app directory.
WORKDIR /app
Expand Down

0 comments on commit 6aa2953

Please sign in to comment.