Skip to content

Commit

Permalink
deps: update nginx:1.27-alpine docker digest to 4152318
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-apoapsis-bot authored and sschuberth committed Dec 3, 2024
1 parent 5cddbb1 commit 28e90d7
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:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
FROM nginx:1.27-alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4

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

0 comments on commit 28e90d7

Please sign in to comment.