Skip to content

Commit

Permalink
build(deps): update debian from bullseye-20230919-slim to bullseye-20…
Browse files Browse the repository at this point in the history
…240211-slim
  • Loading branch information
theborakompanioni committed Mar 7, 2024
1 parent 804f33e commit 2bfb9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN git clone "$JAM_REPO" . --depth=1 --branch "$JAM_REPO_REF" \


# --- dinit builder
FROM debian:bullseye-20230919-slim AS dinit-builder
FROM debian:bullseye-20240211-slim AS dinit-builder

# install build dependencies
RUN apt-get update \
Expand Down Expand Up @@ -61,7 +61,7 @@ RUN git clone "$JM_SERVER_REPO" . --depth=1 --branch "$JM_SERVER_REPO_REF"
# --- SERVER builder - end

# --- RUNTIME builder
FROM debian:bullseye-20230919-slim
FROM debian:bullseye-20240211-slim
ARG MAINTAINER
ARG JM_SERVER_REPO_REF
ARG JAM_REPO_REF
Expand Down

0 comments on commit 2bfb9bf

Please sign in to comment.