Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LUNE_VERSION=0.8.9
ARG LUNE_VERSION=0.9.0

FROM buildpack-deps:curl AS download

Expand Down
4 changes: 2 additions & 2 deletions debian.dockerfile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 2 additions & 2 deletions distroless.dockerfile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
Loading