Skip to content

Commit

Permalink
Merge pull request #100 from wneessen/dependabot/docker/golang-450e382
Browse files Browse the repository at this point in the history
build(deps): bump golang from `83d3f5d` to `450e382`
  • Loading branch information
wneessen authored Apr 12, 2024
2 parents 9d56d45 + 955c1b0 commit 662e873
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
@@ -1,5 +1,5 @@
## Build first
FROM golang:latest@sha256:83d3f5ddeb0687a6fe2ffad3c76397f5e4d0a30d35fc4a5262e28dd52e6f7d7d as builder
FROM golang:latest@sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 as builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir
Expand Down

0 comments on commit 662e873

Please sign in to comment.