Skip to content

Commit

Permalink
Changing UID/GID to the numeric values (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Apr 9, 2022
1 parent c6a7e30 commit a3389aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## UNRELEASED

### Fixed

- User UID/GID changed to the numeric values in the dockerfile [#92]

[#92]:https://github.com/tarampampam/error-pages/issues/92

## v2.12.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ LABEL \
COPY --from=builder /tmp/rootfs /

# Use an unprivileged user
USER appuser:appuser
USER 10001:10001

WORKDIR /opt

Expand Down

0 comments on commit a3389aa

Please sign in to comment.