Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <[email protected]>
  • Loading branch information
KernFerm authored Nov 24, 2024
1 parent 2d394cc commit 0e59b20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM nginx:alpine
# Use a stable version of Nginx based on Alpine Linux
FROM nginx:stable-alpine

# Update package repositories and install the latest versions of expat, curl, and openssl
# Update package repositories and install necessary packages
RUN apk update && \
apk upgrade && \
apk add --no-cache openssl expat curl
Expand Down

0 comments on commit 0e59b20

Please sign in to comment.