Skip to content

Commit 631960e

Browse files
Bump nginx from 1.30.3-alpine-slim to 1.30.4-alpine-slim
Bumps nginx from 1.30.3-alpine-slim to 1.30.4-alpine-slim. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.30.4-alpine-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41b5a14 commit 631960e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM orthanc2/pelican:pelican-4.12_python-3.14
22
COPY . /work/
33
RUN pelican content -o output -s publishconf.py
44

5-
FROM nginx:1.30.3-alpine-slim
5+
FROM nginx:1.30.4-alpine-slim
66
LABEL maintainer="elrido@gmx.net"
77
WORKDIR /srv
88
COPY --from=0 /work/output/ /usr/share/nginx/html/

0 commit comments

Comments
 (0)