Skip to content

Commit

Permalink
security(docker): bump golang from 620e0c8 to 21edeab
Browse files Browse the repository at this point in the history
Bumps golang from `620e0c8` to `21edeab`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 20b4476 commit a268d80
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
Expand Up @@ -7,7 +7,7 @@ COPY . /usr/app

RUN npm ci && node_modules/antora/bin/antora antora-playbook.yml

FROM golang:1.22.10-alpine3.20@sha256:620e0c81a9e547fe88ad6344128e735bb1ac6cca440ced5212e3c74fb2753ba7 AS build_stage
FROM golang:1.22.10-alpine3.20@sha256:21edeab9ed48e9820f0b447cce6ce1900b3aa90ffce3c8b4de7fae5ac333de0c AS build_stage

COPY . .
COPY --from=docs_stage /usr/app/build/site internal/website/resources/
Expand Down

0 comments on commit a268d80

Please sign in to comment.