mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-26 02:35:58 +02:00
Update Dockerfile to use newer GoLang (#87)
Newer Go library(ies) allows building newer versions of Picard.
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user