Skip to content

Commit

Permalink
vulernability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Nov 14, 2023
1 parent 996fac8 commit 38fd9d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added PiSCES-Kubernetes-Stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pisces_nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG APP_USER=nginx

RUN apk update
RUN apk upgrade
RUN apk upgrade openssl


RUN rm /etc/nginx/conf.d/default.conf

Expand Down
2 changes: 1 addition & 1 deletion pisces_postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:11-2.5-alpine
ARG APP_USER=postgres

RUN apk update
RUN apk upgrade
RUN apk upgrade --available && sync

RUN mkdir /docker-entrypoint-initdb.d/sql

Expand Down

0 comments on commit 38fd9d6

Please sign in to comment.