Skip to content

Commit

Permalink
Merge pull request #236 from NTIA/update-dockerfile-base-images
Browse files Browse the repository at this point in the history
Update base images in all Dockerfiles
  • Loading branch information
dboulware committed Aug 29, 2023
2 parents b37893f + 7bd5aa8 commit f3c270b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
db:
image: postgres:12-alpine
image: postgres:15-alpine
restart: always
environment:
- POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-autoheal
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.9
FROM alpine:3.18

RUN apk add --no-cache jq curl
2 changes: 1 addition & 1 deletion docker/Dockerfile-nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.17-alpine
FROM nginx:1.24-alpine

RUN mkdir -p /var/www/scos-sensor/static
COPY --chown=nginx:nginx ./src/static/ /var/www/scos-sensor/static/
Expand Down
2 changes: 1 addition & 1 deletion env.template
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CALLBACK_SSL_VERIFICATION=true
MANAGER_FQDN="$(hostname -f)"
MANAGER_IP="$(hostname -I | cut -d' ' -f1)"

BASE_IMAGE=ghcr.io/ntia/scos-tekrsa/tekrsa_usb:0.2.1
BASE_IMAGE=ghcr.io/ntia/scos-tekrsa/tekrsa_usb:0.2.3
# Default callback api/results
# Set to OAUTH if using OAuth Password Flow Authentication, callback url needs to be api/v2/results
CALLBACK_AUTHENTICATION=TOKEN
Expand Down

0 comments on commit f3c270b

Please sign in to comment.