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 b1f7304eeb
commit c8d328dc75

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 mkdir -p /opt/converge/bin