Skip to content

Commit

Permalink
Update golang:1.22.3-alpine Docker digest to 7e78833
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent bf91752 commit 64c36c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/deployment/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build-env ###################################################
FROM golang:1.22.3-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS build-env
FROM golang:1.22.3-alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS build-env
WORKDIR /app

RUN apk add --update --no-cache ca-certificates entr mailcap
Expand Down
2 changes: 1 addition & 1 deletion notify/deployment/notify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build-env ###################################################
FROM golang:1.22.3-alpine@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 AS build-env
FROM golang:1.22.3-alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS build-env
WORKDIR /app

RUN apk add --update --no-cache ca-certificates entr
Expand Down

0 comments on commit 64c36c2

Please sign in to comment.