Skip to content

Commit 589ac32

Browse files
committed
Build Docker image on slim base
1 parent 14c984a commit 589ac32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN yarn build
1515
RUN mv -f target/config.json /config.json.bundled \
1616
&& ln -sf /tmp/config.json target/config.json
1717

18-
FROM --platform=${TARGETPLATFORM} docker.io/nginxinc/nginx-unprivileged:alpine
18+
FROM --platform=${TARGETPLATFORM} docker.io/nginxinc/nginx-unprivileged:alpine-slim
1919

2020
# Copy the dynamic config script
2121
COPY ./docker/dynamic-config.sh /docker-entrypoint.d/99-dynamic-config.sh

0 commit comments

Comments
 (0)