Skip to content

Commit

Permalink
Set busybox version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed Dec 19, 2023
1 parent ea10c45 commit 32fdc2d
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
@@ -1,7 +1,7 @@
# This is inspired by https://lipanski.com/posts/smallest-docker-image-static-website
# but without relying on an external Docker image

FROM busybox:stable
FROM busybox:1

# Create a non-root user to own the files and run our server
RUN adduser -D static
Expand Down

0 comments on commit 32fdc2d

Please sign in to comment.