Skip to content

Commit a1dafd1

Browse files
authored
Merge pull request #59 from PrivateBin/dependabot/docker/nginx-1.30.4-alpine-slim
Bump nginx from 1.30.3-alpine-slim to 1.30.4-alpine-slim
2 parents 41b5a14 + 631960e commit a1dafd1

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)