Skip to content

Commit

Permalink
v5.2.13 (#181)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images

Build updates
* Updating workflows
  • Loading branch information
bfren authored Jul 30, 2024
1 parent fce128f commit f508daa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-
name: Build and export
id: docker_export
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./${{ matrix.dotnet }}/Dockerfile
build-args: |
Expand All @@ -68,7 +68,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.dotnet }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ matrix.dotnet }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.12
5.2.13
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.5"
BASE_VERSION="5.4.6"
echo "Base: ${BASE_VERSION}"

ASPNET_VERSIONS="6 7 8 9"
Expand Down

0 comments on commit f508daa

Please sign in to comment.