diff --git a/10/Dockerfile b/10/Dockerfile index 24b6f6c..56056d2 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet" diff --git a/8/Dockerfile b/8/Dockerfile index 5d9cab7..2da2f37 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet" diff --git a/9/Dockerfile b/9/Dockerfile index 601cc32..934447f 100644 --- a/9/Dockerfile +++ b/9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet" diff --git a/LICENSE b/LICENSE index ea4b5b8..f61132e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2025 bfren +Copyright (c) 2021-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d16963c..b9a5f49 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ ## Copyright -> Copyright (c) 2021-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 132c6de..92f2ea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.1 \ No newline at end of file +6.1.2 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index a4882a0..c67eee9 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.1" +BASE_VERSION="6.1.2" echo "Base: ${BASE_VERSION}" ASPNET_VERSIONS="8 9 10"