Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-nginx
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
nginxinc
docker-nginx
Commits
456bf337
Commit
456bf337
authored
2 years ago
by
Jesper Noordsij
Committed by
Konstantin Pavlov
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update stable to Alpine 3.17
parent
2f944f85
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
stable/alpine-perl/Dockerfile
+1
-1
1 addition, 1 deletion
stable/alpine-perl/Dockerfile
stable/alpine-slim/Dockerfile
+1
-1
1 addition, 1 deletion
stable/alpine-slim/Dockerfile
stable/alpine/Dockerfile
+1
-1
1 addition, 1 deletion
stable/alpine/Dockerfile
update.sh
+1
-1
1 addition, 1 deletion
update.sh
with
4 additions
and
4 deletions
stable/alpine-perl/Dockerfile
+
1
−
1
View file @
456bf337
...
...
@@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM
alpine:3.1
6
FROM
alpine:3.1
7
LABEL
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
...
...
This diff is collapsed.
Click to expand it.
stable/alpine-slim/Dockerfile
+
1
−
1
View file @
456bf337
...
...
@@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM
alpine:3.1
6
FROM
alpine:3.1
7
LABEL
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
...
...
This diff is collapsed.
Click to expand it.
stable/alpine/Dockerfile
+
1
−
1
View file @
456bf337
...
...
@@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM
alpine:3.1
6
FROM
alpine:3.1
7
LABEL
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
...
...
This diff is collapsed.
Click to expand it.
update.sh
+
1
−
1
View file @
456bf337
...
...
@@ -36,7 +36,7 @@ declare -A debian=(
declare
-A
alpine
=(
[
mainline]
=
'3.17'
[
stable]
=
'3.1
6
'
[
stable]
=
'3.1
7
'
)
# When we bump njs version in a stable release we don't move the tag in the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment