Skip to content

Commit

Permalink
update docker image base image
Browse files Browse the repository at this point in the history
from ubuntu 21.04 (failed to build, presumably too old)
to debian:bookworm (12)
  • Loading branch information
fangohr committed Jan 6, 2024
1 parent 512eb67 commit 125ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Container to host OOMMF
#
# Takes the most recent version on https://github.com/fangohr/oommf.git
FROM ubuntu:21.04
FROM debian:bookworm

# Avoid asking for geographic data when installing tzdata.
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 125ed2c

Please sign in to comment.