Skip to content

Commit

Permalink
Merge pull request #222 from wneessen/dependabot/docker/golang-cc637ce
Browse files Browse the repository at this point in the history
Bump golang from `a7ff403` to `cc637ce`
  • Loading branch information
wneessen authored Oct 18, 2024
2 parents 6105bb3 + 5832932 commit 1879f2b
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:a7ff403db313c178d13937e1dec565710195f9e8f37e1a54f9654dc03ce16cb5 AS builder
FROM golang:latest@sha256:cc637ce72c1db9586bd461cc5882df5a1c06232fd5dfe211d3b32f79c5a999fc AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir
Expand Down

0 comments on commit 1879f2b

Please sign in to comment.