Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Jan 29, 2024
1 parent 41e613d commit a721c73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.19-5.1.2
FROM bfren/alpine-s6:alpine3.19-5.1.3

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 bfren/alpine-s6:alpine3.19-5.1.2
FROM bfren/alpine-s6:alpine3.19-5.1.3

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 bfren/alpine-s6:alpine3.19-5.1.2
FROM bfren/alpine-s6:alpine3.19-5.1.3

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

Expand Down
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.1.2"
BASE_VERSION="5.1.3"
echo "Base: ${BASE_VERSION}"

ASPNET_VERSIONS="6 7 8"
Expand Down

0 comments on commit a721c73

Please sign in to comment.