Skip to content

Commit

Permalink
Merge pull request #194 from mareuter/renovate/nginx-stable
Browse files Browse the repository at this point in the history
Update nginx:stable Docker digest to 3579c13
  • Loading branch information
mareuter authored Apr 14, 2024
2 parents f3dee13 + eddc755 commit 31ad1f1
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 @@ WORKDIR /app
COPY . .
RUN yarn install && yarn build

FROM nginx:stable@sha256:25b1dd75ab9caf2f84bc35cc82c0924c93a2b5b2495e280bb8f3bad826d5fb37
FROM nginx:stable@sha256:3579c1362f12c540b4c48ffa4816348b0653044d1e1e728816f6f5c9e85774e3
COPY --from=builder /app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
Expand Down

0 comments on commit 31ad1f1

Please sign in to comment.