Skip to content

Commit

Permalink
chore(deps): update golang:1.22.5 docker digest to 86a3c48
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nicholasdille committed Jul 24, 2024
1 parent 1739d14 commit 6119794
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,6 +1,6 @@
#syntax=docker/dockerfile:1.9.0

FROM --platform=${BUILDPLATFORM} golang:1.22.5@sha256:1b70fa8200ed48367e7d0e0e82c0c1d14cf712d422116f9d69e7c964243653a0 AS base
FROM --platform=${BUILDPLATFORM} golang:1.22.5@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS base
SHELL [ "/bin/sh", "-o", "errexit", "-c" ]
WORKDIR /src
COPY go.* .
Expand Down

0 comments on commit 6119794

Please sign in to comment.