diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9292422..b6652fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Windows](https://microsoft.com/windows) support, but it could be unstable ⚠️
- Test PSU with Portainer CE [2.9.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.9.2) API
+### Changed
+- Upgrade Operating System of Docker based images, with [Alpine 3.15](https://hub.docker.com/_/alpine)
+
### Fixed
- Fix documentation scrolling between pages, with the [`auto2top`](https://docsify.js.org/#/configuration?id=auto2top) option of [docsify](https://docsify.js.org)
diff --git a/Dockerfile b/Dockerfile
index 677372c..c161388 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
RUN set -e; \
apk add --no-cache \
diff --git a/Dockerfile.core b/Dockerfile.core
index 704c313..6a785b6 100644
--- a/Dockerfile.core
+++ b/Dockerfile.core
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
RUN set -e; \
apk add --no-cache \