Skip to content

Commit a9bc0ee

Browse files
Update MS base to 1.2.3
1 parent d3765ed commit a9bc0ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

images/base/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [3.1.0] - 2025-01-27
13+
14+
### Changes
15+
16+
- Updated to [1.2.3](https://github.com/devcontainers/images/blob/main/src/base-ubuntu/history/1.2.3.md)
17+
1218
## [3.0.0] - 2024-05-13
1319

1420
### Changes

images/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#checkov:skip=CKV_DOCKER_3: USER not required - A non-root user is created, and used by VS Code's Remote Containers extension
33
# hadolint global ignore=DL3008,DL3013
44

5-
FROM mcr.microsoft.com/devcontainers/base:1.2.0-ubuntu-24.04
5+
FROM mcr.microsoft.com/devcontainers/base:1.2.3-ubuntu-24.04
66

77
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
88
org.opencontainers.image.authors="Dev Container Community" \

images/base/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "base",
3-
"version": "3.0.0"
3+
"version": "3.1.0"
44
}

0 commit comments

Comments
 (0)