Skip to content

Commit

Permalink
build: update alpine in docker build to version 3.20
Browse files Browse the repository at this point in the history
Just a version bump, no changes required.
  • Loading branch information
eworm-de committed May 22, 2024
1 parent 7554ecd commit e629d49
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,5 +1,5 @@
# Run 'make docker' to build a statically linked vis executable!
FROM i386/alpine:3.19
FROM i386/alpine:3.20
RUN apk update && apk add --upgrade --no-cache \
acl-dev \
acl-static \
Expand Down

0 comments on commit e629d49

Please sign in to comment.