Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Sep 6, 2024
1 parent 9e24997 commit b06a4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nginxinc/nginx-unprivileged:mainline-alpine
FROM ghcr.io/nginxinc/nginx-unprivileged:mainline-alpine-slim

LABEL maintainer="Thien Tran [email protected]"

Expand All @@ -11,4 +11,4 @@ RUN apk -U upgrade \
COPY --from=ghcr.io/polarix-containers/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"

USER $UID
USER $UID

Check warning on line 14 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build & push new image

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$UID' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

0 comments on commit b06a4ee

Please sign in to comment.