Skip to content

Commit

Permalink
update nginx-proxy to be based on alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 1, 2022
1 parent 935745d commit 259cd29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN find /site -type f -name "*.md" -exec sed -i "s/{{[[:space:]]*site.github.bu
find /site/_site -type f -name "*.html" -exec sed -i 's@\(href=\)"/"@\1"/readme/"@g' "{}" \;

# build NGINX image
FROM alpine:3.16
FROM alpine:3.17

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
Expand Down Expand Up @@ -143,7 +143,7 @@ RUN set -x ; \
" ; \
apk update --no-cache; \
apk upgrade --no-cache; \
apk add --no-cache curl shadow; \
apk add --no-cache curl shadow libressl; \
addgroup -g ${DEFAULT_GID} -S ${PGROUP} ; \
adduser -S -D -H -u ${DEFAULT_UID} -h /var/cache/nginx -s /sbin/nologin -G ${PGROUP} -g ${PUSER} ${PUSER} ; \
addgroup ${PUSER} shadow ; \
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Then, go take a walk or something since it will be a while. When you're done, yo
* `malcolmnetsec/logstash-oss` (based on `opensearchproject/logstash-oss-with-opensearch-output-plugin`)
* `malcolmnetsec/name-map-ui` (based on `alpine:3.17`)
* `malcolmnetsec/netbox` (based on `netboxcommunity/netbox:latest`)
* `malcolmnetsec/nginx-proxy` (based on `alpine:3.16`)
* `malcolmnetsec/nginx-proxy` (based on `alpine:3.17`)
* `malcolmnetsec/opensearch` (based on `opensearchproject/opensearch`)
* `malcolmnetsec/pcap-capture` (based on `debian:11-slim`)
* `malcolmnetsec/pcap-monitor` (based on `debian:11-slim`)
Expand Down

0 comments on commit 259cd29

Please sign in to comment.