Skip to content

Commit

Permalink
v5.2.12 (#180)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Jul 19, 2024
1 parent 3752b6b commit fce128f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.4
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"

Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.4
FROM ghcr.io/bfren/alpine-s6:alpine3.19-5.4.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"

Expand Down
2 changes: 1 addition & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.4
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"

Expand Down
2 changes: 1 addition & 1 deletion 9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.4
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.5

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.11
5.2.12
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.4.4"
BASE_VERSION="5.4.5"
echo "Base: ${BASE_VERSION}"

ASPNET_VERSIONS="6 7 8 9"
Expand Down

0 comments on commit fce128f

Please sign in to comment.