Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 8, 2023
1 parent ca1cf87 commit 42b7134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-run-hello-world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# [START dockerfile]
# We chose Alpine to build the image because it has good support for creating
# statically-linked, small programs.
FROM alpine:3.18 AS build
FROM alpine:3.19 AS build

# Install the typical development tools for C++, and
# the base OS headers and libraries.
Expand Down

0 comments on commit 42b7134

Please sign in to comment.