Skip to content

Commit

Permalink
Use ubuntu:22.04 image as base for the Dockerfile
Browse files Browse the repository at this point in the history
It's roughly the same size as bullseye-slim, but has newer glibc versions.
  • Loading branch information
gruuya committed Aug 15, 2024
1 parent 88c9667 commit b659570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# cargo build --release
# DOCKER_BUILDKIT=1 docker build . -t splitgraph/seafowl:nightly

FROM debian:bullseye-slim
FROM ubuntu:22.04

COPY target/release/seafowl /usr/local/bin/seafowl

Expand Down

0 comments on commit b659570

Please sign in to comment.