Skip to content

Commit

Permalink
Merge pull request #312 from mareuter/renovate/nginx-stable
Browse files Browse the repository at this point in the history
Update nginx:stable Docker digest to e8dbeeb
  • Loading branch information
mareuter committed Sep 7, 2024
2 parents 0600ed1 + 92efd03 commit fc8e18a
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:c74747feb6a59b0b47d3da0656b58d702659b4ff2e38aa8c552bb3b5cc3e08a8
FROM nginx:stable@sha256:e8dbeeb052df6b5455a81d76dce8896330cefb530d11809887070f69d0758ae2
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 fc8e18a

Please sign in to comment.