Skip to content

Commit

Permalink
chore(deps): update golang:1.21.1 docker digest to 19600fd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 048f196 commit 00b9818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-mariadb-clean-arch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get Go image from DockerHub.
FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS api
FROM golang:1.21.1@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84029fe909 AS api

# Set working directory.
WORKDIR /compiler
Expand Down
2 changes: 1 addition & 1 deletion react-router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First stage: Get Golang image from DockerHub.
FROM golang:1.21.1@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e AS backend-builder
FROM golang:1.21.1@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84029fe909 AS backend-builder

# Label this container.
LABEL appname="React App Fiber"
Expand Down

0 comments on commit 00b9818

Please sign in to comment.