Skip to content

Commit

Permalink
Merge pull request #5 from edgedelta/doga/deb-update
Browse files Browse the repository at this point in the history
update debian version for runner and builder
  • Loading branch information
dogauzuncukoglu authored May 31, 2024
2 parents 6d8d64c + 465e565 commit 1958243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/debian/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN wget -qO foundationdb-clients.deb https://github.com/apple/foundationdb/rele
RUN wget -qO tini https://github.com/krallin/tini/releases/download/v0.19.0/tini

# Debian builder
FROM debian:11.6 as debian-builder
FROM debian:11.9 as debian-builder
LABEL description="Debian image for compiling"
LABEL org.opencontainers.image.source="https://github.com/ByConity/ByConity"

Expand Down Expand Up @@ -39,7 +39,7 @@ RUN ldconfig
ENV CC=clang-11 CXX=clang++-11

# Base runner image
FROM debian:11.6-slim as debian-runner
FROM debian:11.9-slim as debian-runner
LABEL description="Base Debian image for runtime"
LABEL org.opencontainers.image.source="https://github.com/ByConity/ByConity"

Expand Down

0 comments on commit 1958243

Please sign in to comment.