File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# podman build --build-arg groupid=<groupid> --build-arg userid=<userid> --build-arg groupname=<groupname> --no-cache -f path/to/Dockerfiles/murfey-instrument-server -t murfey-instrument-server:<version> path/to/python-murfey
33
44# Set up the base image to build with
5- FROM docker.io/library/python:3.12.10 -slim-bookworm AS base
5+ FROM docker.io/library/python:3.12-slim-bookworm AS base
66
77# Install Vim in base image
88RUN apt-get update && \
Original file line number Diff line number Diff line change 22# podman build --build-arg groupid=<groupid> --build-arg userid=<userid> --build-arg groupname=<groupname> --no-cache -f path/to/Dockerfiles/murfey-server -t murfey-server:<version> path/to/python-murfey
33
44# Set up the base image to build with
5- FROM docker.io/library/python:3.12.10 -slim-bookworm AS base
5+ FROM docker.io/library/python:3.12-slim-bookworm AS base
66
77# Install Vim and PostgreSQL dependencies in base image
88RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments