Skip to content

Commit

Permalink
Bump nginx from 1.25.1-alpine to 1.25.2-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.1-alpine to 1.25.2-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent b0e7094 commit c9172e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using a compact OS
# FROM docker.m.daocloud.io/nginx:1.23.0-alpine
FROM nginx:1.25.1-alpine
FROM nginx:1.25.2-alpine

# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# FROM nginx:1.23.1-alpine
# ARG BASEIMAGE

FROM nginx:1.25.1-alpine AS base-amd64
FROM nginx:1.25.2-alpine AS base-amd64
RUN apk -U upgrade --available

FROM nginx:1.25.1-alpine AS base-arm64
FROM nginx:1.25.2-alpine AS base-arm64
RUN apk -U upgrade --available

FROM nginx:1.25.1-alpine AS base-arm
FROM nginx:1.25.2-alpine AS base-arm
RUN apk -U upgrade --available

FROM mips64le/nginx:1.25.1 AS base-mips64le
Expand Down

0 comments on commit c9172e0

Please sign in to comment.