Skip to content

Commit

Permalink
[docker] Bump httpd from 2.4.54-alpine to 2.4.59-alpine
Browse files Browse the repository at this point in the history
Bumps httpd from 2.4.54-alpine to 2.4.59-alpine.

---
updated-dependencies:
- dependency-name: httpd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JamesPeck committed Apr 10, 2024
1 parent 48ea6da commit 3f52c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm run build
RUN npm ci --omit dev

# Step 2: Serve the app with httpd
FROM httpd:2.4.54-alpine
FROM httpd:2.4.59-alpine

RUN apk add --update openssl sed nodejs supervisor
#TODO: volume mount the certs
Expand Down

0 comments on commit 3f52c1f

Please sign in to comment.