downgrading to alpine 3.19.3 so that we get go 1.21 (same as in dev env). This makes troubleshooting easier.

This commit is contained in:
Erik Brakkee 2024-07-29 18:30:58 +02:00
parent 4b05d7e8d8
commit 580527528d

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.0 as builder FROM alpine:3.19.3 as builder
RUN apk update && apk add go RUN apk update && apk add go
RUN mkdir -p /opt/converge/bin RUN mkdir -p /opt/converge/bin