Skip to content

Commit 5182534

Browse files
Update .NET base image: 10.0,8.0 (#70)
Co-authored-by: docker-parent-image-bot[bot] <209291852+docker-parent-image-bot[bot]@users.noreply.github.com>
1 parent 9c6430c commit 5182534

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set default values for build arguments
2-
ARG DEFRA_VERSION=2.0.3
2+
ARG DEFRA_VERSION=2.0.4
33
ARG BASE_VERSION=10.0-alpine3.23
44

55
# Extend Alpine variant of ASP.NET base image for small image size

JOB.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DEFRA_VERSION=2.0.3
1+
DEFRA_VERSION=2.0.4
22
IMAGE_NAME=dotnetcore

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The following table lists the versions of .NET available, and the parent image t
1414

1515
| .NET version | SDK version | Runtime version | Parent image |
1616
| ------------ |-------------|---------------- | --------------- |
17-
| 8.0 | 8.0.419 | 8.0.25 | 8.0-alpine3.23 |
18-
| 10.0 | 10.0.201 | 10.0.5 | 10.0-alpine3.23 |
17+
| 8.0 | 8.0.420 | 8.0.26 | 8.0-alpine3.23 |
18+
| 10.0 | 10.0.202 | 10.0.6 | 10.0-alpine3.23 |
1919

2020
Two parent images are created from this repository:
2121

image-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
{ "netVersion": "8.0", "sdkVersion": "8.0.419", "runtimeVersion": "8.0.25", "alpineVersion": "3.23" },
3-
{ "netVersion": "10.0", "sdkVersion": "10.0.201", "runtimeVersion": "10.0.5", "alpineVersion": "3.23", "latest": true }
2+
{ "netVersion": "8.0", "sdkVersion": "8.0.420", "runtimeVersion": "8.0.26", "alpineVersion": "3.23" },
3+
{ "netVersion": "10.0", "sdkVersion": "10.0.202", "runtimeVersion": "10.0.6", "alpineVersion": "3.23", "latest": true }
44
]

0 commit comments

Comments
 (0)