Skip to content

Commit

Permalink
Merge pull request #3 from hathitrust/dependency_update_bookworm
Browse files Browse the repository at this point in the history
Update base image to Debian 12 (bookworm)
  • Loading branch information
aelkiss authored Jan 13, 2025
2 parents 2748046 + 84837e4 commit f88a457
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm
LABEL org.opencontainers.image.source https://github.com/hathitrust/progress_tracker

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand All @@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libtest-time-perl \
libtest-warn-perl \
libwww-perl \
libyaml-perl \
netcat
libyaml-perl

WORKDIR /src
COPY . /src
Expand Down

0 comments on commit f88a457

Please sign in to comment.