Skip to content

Commit

Permalink
Update golang:1.21.4-bookworm Docker digest to 59df982
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent f926795 commit 98ed4c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/deployment/integration-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bookworm@sha256:85aacbed94a248f792beb89198649ddbc730649054b397f8d689e9c4c4cceab7
FROM golang:1.21.4-bookworm@sha256:59df9824a32cf4fb2cdd098759771667d96976c99a891de553be65f526fe017a

RUN mkdir /tests
WORKDIR /tests
Expand Down
2 changes: 1 addition & 1 deletion backend/deployment/unit-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bookworm@sha256:85aacbed94a248f792beb89198649ddbc730649054b397f8d689e9c4c4cceab7
FROM golang:1.21.4-bookworm@sha256:59df9824a32cf4fb2cdd098759771667d96976c99a891de553be65f526fe017a
WORKDIR /app

COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion shared/e2e-tests/deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bookworm@sha256:85aacbed94a248f792beb89198649ddbc730649054b397f8d689e9c4c4cceab7 AS build-env
FROM golang:1.21.4-bookworm@sha256:59df9824a32cf4fb2cdd098759771667d96976c99a891de553be65f526fe017a AS build-env

RUN mkdir /tests
WORKDIR /tests
Expand Down

0 comments on commit 98ed4c5

Please sign in to comment.