Lock Golang version (for now).

This commit is contained in:
Buster Neece 2023-02-02 13:19:41 -06:00
parent 5396aa9a06
commit fd8d586b8d
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#
# Golang dependencies build step
#
FROM golang:1-bullseye AS go-dependencies
FROM golang:1.19-bullseye AS go-dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends openssl git