mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge 6b27265925
into 3bd7be809a
This commit is contained in:
commit
9de73ccc5f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Build the image using the --build-arg option, e.g.:
|
||||
# docker build -t boret/myimage:0.1 --build-arg=mxe_sha=123ABC456 .
|
||||
|
||||
FROM ubuntu:22.04 as base
|
||||
FROM ubuntu:24.04 as base
|
||||
|
||||
# update and set up the packages we need for the build
|
||||
RUN apt-get update && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue