Skip to content

Commit

Permalink
Try slim images
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 4, 2024
1 parent 18ce23a commit fe4e78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/geo-ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG RUST_VERSION
ARG PROJ_VERSION

FROM ghcr.io/georust/libproj-builder:proj-${PROJ_VERSION}-rust-${RUST_VERSION} as libproj-builder
FROM rust:$RUST_VERSION-bullseye
FROM rust:$RUST_VERSION-slim-bullseye

ARG RUST_VERSION
ARG PROJ_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/libproj-builder
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Builds libproj from source

ARG RUST_VERSION
FROM rust:$RUST_VERSION-bullseye
FROM rust:$RUST_VERSION-slim-bullseye

ARG RUST_VERSION
ARG PROJ_VERSION
Expand Down

0 comments on commit fe4e78f

Please sign in to comment.