Skip to content

Commit

Permalink
chore(deps): update golang:1.21 docker digest to 5c170b9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent aa602c6 commit 64b11bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth-docker-postgres-jwt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e
FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6

# Enviroment variable
WORKDIR /usr/src/some-api
Expand Down
2 changes: 1 addition & 1 deletion gcloud-firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the offical 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.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e as builder
FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6 as builder

# Copy local code to the container image.
WORKDIR /go/app
Expand Down
2 changes: 1 addition & 1 deletion gcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the offical 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.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e as builder
FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6 as builder

# Copy local code to the container image.
WORKDIR /go/app
Expand Down

0 comments on commit 64b11bc

Please sign in to comment.