Skip to content

Commit

Permalink
deps: update nginx:1.27-alpine docker digest to d44ffb1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-apoapsis-bot authored and mmurto committed Nov 12, 2024
1 parent b78ac02 commit 1c5b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/docker/UI.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pnpm install --frozen-lockfile
RUN pnpm run build

# Stage 2: Serve the app with nginx.
FROM nginx:1.27-alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250
FROM nginx:1.27-alpine@sha256:d44ffb126f474dfbe8b729d4a984d8d798110637560a8db41979461db6f761d2

# Copy the build output to the nginx html directory.
COPY --from=build /app/dist /usr/share/nginx/html
Expand Down

0 comments on commit 1c5b2e7

Please sign in to comment.