Skip to content

Commit 214baeb

Browse files
committed
Updated Docker images used to newer versions
1 parent 0b4fc6b commit 214baeb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfiles/murfey-instrument-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.8-slim-bullseye AS base
5+
FROM docker.io/library/python:3.12.10-slim-bookworm AS base
66

77
# Install Vim in base image
88
RUN apt-get update && \

Dockerfiles/murfey-rsync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template build command
22
# podman build --build-arg groupid=<groupid> --build-arg userid=<userid> --build-arg groupname=<groupname> --no-cache -f path/to/Dockerfiles/murfey-rsync
33

4-
FROM docker.io/library/alpine:3.20
4+
FROM docker.io/library/alpine:3.21
55
# FROM alpine:3.14
66

77
ARG groupid

Dockerfiles/murfey-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.8-slim-bullseye AS base
5+
FROM docker.io/library/python:3.12.10-slim-bookworm AS base
66

77
# Install Vim and PostgreSQL dependencies in base image
88
RUN apt-get update && \

0 commit comments

Comments
 (0)