Update Dockerfile to use newer GoLang (#87)

Newer Go library(ies) allows building newer versions of Picard.
This commit is contained in:
AgentTechnoman
2024-08-25 19:21:03 -06:00
committed by GitHub
parent 8fba456271
commit 3f9743a1bc

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:1.21.3 AS trivy_builder
FROM docker.io/golang:1.22.5 AS trivy_builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]