Skip to content

Commit

Permalink
fix: cors/Dockerfile.linux to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 8, 2025
1 parent dfccc6e commit 7851b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cors/Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull the minimal Ubuntu image
FROM ubuntu
FROM ubuntu:24.10

# Install Nginx
RUN apt-get -y update && apt-get -y install nginx
Expand Down

0 comments on commit 7851b22

Please sign in to comment.