Skip to content

Commit

Permalink
feat: use debian based base image
Browse files Browse the repository at this point in the history
This commit replaces the runtime base image with a debian based one.
  • Loading branch information
maeb committed Nov 16, 2023
1 parent 671781e commit 9a84885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN grep warchaeology_Linux_x86_64.tar.gz < checksums.txt | sha256sum -c -
RUN tar xvzf warchaeology_Linux_x86_64.tar.gz && chmod +x warc


FROM python:3.11-alpine
FROM python:3.12-slim-bookworm

LABEL maintainer="[email protected]"

RUN apk add --no-cache jq curl gettext git tree
Expand Down

0 comments on commit 9a84885

Please sign in to comment.