Skip to content

Commit

Permalink
Specify go version
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jun 16, 2024
1 parent d1123b6 commit b1dc42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG IMAGE_ARCH="amd64"
ARG PKG_VERSION="0.0.1"
ARG PKG_ARCH="amd64"

FROM ${IMAGE_ARCH}/golang:buster AS build
FROM ${IMAGE_ARCH}/golang:1.22-bookworm AS build

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: containerImage not pinned by hash
Click Remediation section below to solve this issue

ARG PKG_ARCH
ARG PKG_VERSION
Expand Down

0 comments on commit b1dc42c

Please sign in to comment.