From 2e56654b3f81fe718dfc0c1ecbb1960ad37959f0 Mon Sep 17 00:00:00 2001 From: Sebastian Gassner Date: Fri, 7 Feb 2025 23:18:50 +0100 Subject: [PATCH] Omeka S 4.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eb361b..f8539ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/sepastian/omeka-s-docke LABEL org.opencontainers.image.description Omeka S Docker image LABEL org.opencontainers.image.authors="sebastian.gassner@gmail.com" -ENV OMEKA_VERSION=4.1.0 +ENV OMEKA_VERSION=4.1.1 WORKDIR /var/www/html RUN apk add --update-cache --virtual build-dependencies \