Skip to content

Commit

Permalink
Merge pull request #233 from wneessen/dependabot/docker/golang-c2d828f
Browse files Browse the repository at this point in the history
Bump golang from `8956c08` to `c2d828f`
  • Loading branch information
wneessen authored Nov 13, 2024
2 parents b91a079 + f774f3d commit 35d8bee
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 @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

FROM golang:latest@sha256:8956c08c8129598db36e92680d6afda0079b6b32b93c2c08260bf6fa75524e07 AS builder
FROM golang:latest@sha256:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217 AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir
Expand Down

0 comments on commit 35d8bee

Please sign in to comment.