diff --git a/bin.dockerfile b/bin.dockerfile index 983a202..207b365 100644 --- a/bin.dockerfile +++ b/bin.dockerfile @@ -1,4 +1,4 @@ -ARG LUNE_VERSION=0.8.9 +ARG LUNE_VERSION=0.9.0 FROM buildpack-deps:curl AS download diff --git a/debian.dockerfile b/debian.dockerfile index 8fe1f91..0afed34 100644 --- a/debian.dockerfile +++ b/debian.dockerfile @@ -1,9 +1,9 @@ -ARG LUNE_VERSION=0.8.9 +ARG LUNE_VERSION=0.9.0 ARG BIN_IMAGE=nicell/lune:bin-${LUNE_VERSION} FROM ${BIN_IMAGE} AS bin -FROM debian:stable-slim +FROM debian:trixie-slim ARG LUNE_VERSION ENV LUNE_VERSION=${LUNE_VERSION} diff --git a/distroless.dockerfile b/distroless.dockerfile index 39a1a98..f570215 100644 --- a/distroless.dockerfile +++ b/distroless.dockerfile @@ -1,9 +1,9 @@ -ARG LUNE_VERSION=0.8.9 +ARG LUNE_VERSION=0.9.0 ARG BIN_IMAGE=nicell/lune:bin-${LUNE_VERSION} FROM ${BIN_IMAGE} AS bin -FROM gcr.io/distroless/cc +FROM gcr.io/distroless/cc-debian13 ARG LUNE_VERSION ENV LUNE_VERSION=${LUNE_VERSION}