We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d5001 commit 308c492Copy full SHA for 308c492
stable/alpine-slim/Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
6
-FROM alpine:3.18
+FROM alpine:3.19
7
8
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
9
update.sh
@@ -42,7 +42,7 @@ declare -A debian=(
42
43
declare -A alpine=(
44
[mainline]='3.19'
45
- [stable]='3.18'
+ [stable]='3.19'
46
)
47
48
# When we bump njs version in a stable release we don't move the tag in the
0 commit comments