Skip to content

Commit

Permalink
build(deps): bump library/golang from 0974259 to c694a4d in /whit…
Browse files Browse the repository at this point in the history
…eboard-server (#252)

Bumps library/golang from `0974259` to `c694a4d`.

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 9de3d40 commit 41c8a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiteboard-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5

FROM --platform=$BUILDPLATFORM docker.io/library/golang:1-alpine@sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a AS builder
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1-alpine@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 AS builder
RUN \
--mount=type=cache,target=/var/cache/apk ln -vs /var/cache/apk /etc/apk/cache && \
set -ux \
Expand Down

0 comments on commit 41c8a5b

Please sign in to comment.