diff --git a/Dockerfile b/Dockerfile index 116d052..48cbaf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \ FROM boxboat/config-merge:latest as config-merge -FROM golang:1.19-alpine +FROM alpine:3 RUN apk add --no-cache \ curl \ diff --git a/native.Dockerfile b/native.Dockerfile index f55ad3d..4dfb980 100644 --- a/native.Dockerfile +++ b/native.Dockerfile @@ -21,7 +21,7 @@ RUN make FROM boxboat/config-merge:latest as config-merge -FROM golang:1.19-alpine +FROM alpine:3 RUN apk add --no-cache \ curl \