diff --git a/Dockerfile b/Dockerfile index b356aa4..8dde7da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/go/pkg make dep # but also needed to use the package cache above RUN --mount=type=cache,target=/go-build-cache --mount=type=cache,target=/go/pkg make build APP_VERSION=${VERSION} -FROM alpine:3.12 +FROM alpine:3.18 ENTRYPOINT ["/usr/bin/api"] CMD ["server"]