Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Use alpine nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Mar 25, 2024
1 parent 4873989 commit 7bcaf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ RUN yarn build

#--------------------------------------

FROM docker.io/nginx:${NGINX_VERSION}
FROM docker.io/nginx:${NGINX_VERSION}-alpine

ARG KARROT_VERSION="unknown"
ENV KARROT_VERSION="${KARROT_VERSION}"
Expand Down

0 comments on commit 7bcaf61

Please sign in to comment.