Skip to content

Commit

Permalink
Upgrade builder image to golang 1.21
Browse files Browse the repository at this point in the history
This also uses the Debian base bookworm.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
  • Loading branch information
JAORMX committed Aug 27, 2024
1 parent 931ad58 commit 54fa8ca
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 @@
# Originally modified from the main Cloud Run documentation

FROM golang:1.20.5-buster@sha256:eb3f9ac805435c1b2c965d63ce460988e1000058e1f67881324746362baf9572 as builder
FROM golang:1.21.13-bookworm@sha256:c6a5b9308b3f3095e8fde83c8bf4d68bd101fce606c1a0a1394522542509dda9 AS builder

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

0 comments on commit 54fa8ca

Please sign in to comment.