Skip to content

Commit

Permalink
use specific alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed May 24, 2024
1 parent edb2e8e commit e70a5fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the latest Alpine as the base image
FROM alpine:latest
FROM alpine:3.20

# Install OpenVPN and other necessary tools
RUN apk update && \
Expand Down

0 comments on commit e70a5fa

Please sign in to comment.