Skip to content

Commit 08c3370

Browse files
dependabot[bot]lucacome
authored andcommitted
Bump alpine from 3.14 to 3.15 in /build (#2218)
* Bump alpine from 3.14 to 3.15 in /build Bumps alpine from 3.14 to 3.15. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0f2ed1 commit 08c3370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk add --no-cache libcap \
2626

2727

2828
############################################# Base image for Alpine with NGINX Plus #############################################
29-
FROM alpine:3.14 as alpine-plus
29+
FROM alpine:3.15 as alpine-plus
3030
ARG NGINX_PLUS_VERSION
3131

3232
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \

docs/content/technical-specifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ NGINX Plus images are available through the F5 Container registry `private-regis
4545
{{% table %}}
4646
|Name | Base image | Third-party modules | F5 Container Registry Image | Architectures |
4747
| ---| ---| --- | --- | --- |
48-
|Alpine-based image | ``alpine:3.14`` | NGINX Plus JavaScript module | `nginx-ic/nginx-plus-ingress:2.1.0-alpine` | arm64, amd64 |
48+
|Alpine-based image | ``alpine:3.15`` | NGINX Plus JavaScript module | `nginx-ic/nginx-plus-ingress:2.1.0-alpine` | arm64, amd64 |
4949
|Debian-based image | ``debian:bullseye-slim`` | NGINX Plus JavaScript module | `nginx-ic/nginx-plus-ingress:2.1.0` | arm64, amd64 |
5050
|Debian-based image with OpenTracing | ``debian:bullseye-slim`` | NGINX Plus OpenTracing module, OpenTracing tracers for Jaeger, Zipkin and Datadog; NGINX Plus JavaScript module | `nginx-ic/nginx-plus-ingress:2.1.0-ot` | arm64, amd64 |
5151
|Debian-based image with App Protect WAF| ``debian:buster-slim`` | NGINX Plus App Protect WAF module; NGINX Plus JavaScript module | `nginx-ic-nap/nginx-plus-ingress:2.1.0` | amd64 |

0 commit comments

Comments
 (0)