Skip to content

Commit 4297627

Browse files
author
Yi Huang
authored
Update dependency version constraints for ubuntu build dockers (#5438)
* Update dependency version constraints for ubuntu * Update Ubuntu base image SHA in Dockerfile * Fix formatting of LABEL instruction in Dockerfile * Fix formatting of LABEL instruction in Dockerfile
1 parent e7353fd commit 4297627

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.docker/ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Base image
22
FROM ubuntu:22.04@sha256:59ccd419c0dc0edf9e3bff1a3b2b073ea15a2ce4bc45ce7c989278b225b09af3 AS base
33

4-
LABEL org.opencontainers.image.source https://github.com/microsoft/msquic
4+
LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55

66
ENV DEBIAN_FRONTEND=noninteractive
77

.docker/ubuntu-24.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Base image
2-
FROM ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9 AS base
2+
FROM ubuntu:24.04@sha256:f3b7f1bdfaf22a0a8db05bb2b758535fe0e70d82bea4206f7549f89aa12922f4 AS base
33

4-
LABEL org.opencontainers.image.source https://github.com/microsoft/msquic
4+
LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55

66
ENV DEBIAN_FRONTEND=noninteractive
77

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ updates:
4141
day: "saturday"
4242
ignore:
4343
- dependency-name: "ubuntu"
44-
versions: ["24.x", ">= 24.0.0"]
44+
versions: ["24.x", ">= 23.0.0", "23.x"]
4545

4646
- package-ecosystem: "docker"
4747
directories:

0 commit comments

Comments
 (0)