Skip to content

Commit

Permalink
update alpine image to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 21, 2024
1 parent 149ebb9 commit 859f733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.21

ARG USER=centrifugo
ARG UID=1000
Expand Down
1 change: 1 addition & 0 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For details, go to the [Centrifugo documentation site](https://centrifugal.dev).
### Improvements

* Change Dockerfile to run `centrifugo` under non-root user [#922](https://github.com/centrifugal/centrifugo/pull/922) by @dmeremyanin
* Update `alpine` base image from 3.18 to 3.21 in Centrifugo Dockerfile

### Fixes

Expand Down

0 comments on commit 859f733

Please sign in to comment.