Skip to content

Commit

Permalink
Bump golang from 1.16.3-buster to 1.16.4-buster
Browse files Browse the repository at this point in the history
Bumps golang from 1.16.3-buster to 1.16.4-buster.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tom--pollard committed May 7, 2021
1 parent 26d0b4d commit 33ac056
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,6 +1,6 @@
# A sample Dockerfile taken from the main Cloud Run
# documentation
FROM golang:1.16.3-buster as builder
FROM golang:1.16.4-buster as builder

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

0 comments on commit 33ac056

Please sign in to comment.