Skip to content

Commit

Permalink
set a version for the from nginx image layer
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid committed Jan 2, 2024
1 parent 996f9fb commit 5358d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY . .

RUN npm run build

FROM nginx
FROM nginx:1.24.0-bullseye

RUN \
apt-get update && \
Expand Down

0 comments on commit 5358d1a

Please sign in to comment.