Skip to content

Commit

Permalink
Merge pull request #37 from PrivateBin/dependabot/docker/nginx-1.26.2…
Browse files Browse the repository at this point in the history
…-alpine-slim

Bump nginx from 1.26.1-alpine-slim to 1.26.2-alpine-slim
  • Loading branch information
elrido authored Aug 31, 2024
2 parents 427f925 + 9ccc81c commit 395ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache py3-pelican@testing make tzdata
COPY . /srv/
RUN make publish

FROM nginx:1.26.1-alpine-slim
FROM nginx:1.26.2-alpine-slim
LABEL maintainer="[email protected]"
WORKDIR /srv
COPY --from=0 /srv/output/ /usr/share/nginx/html/
Expand Down

0 comments on commit 395ba4d

Please sign in to comment.