File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Stage 1: Base image
2- FROM ubuntu:22.04@sha256:59ccd419c0dc0edf9e3bff1a3b2b073ea15a2ce4bc45ce7c989278b225b09af3 AS base
2+ FROM ubuntu:22.04@sha256:09506232a8004baa32c47d68f1e5c307d648fdd59f5e7eaa42aaf87914100db3 AS base
33
44LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55
@@ -55,7 +55,7 @@ RUN git config --global safe.directory '*'
5555FROM base AS xdp-build
5656
5757RUN apt-get update -y && apt-get install -y \
58- && echo "deb [arch=amd64] http://cz .archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
58+ && echo "deb [arch=amd64] http://us .archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
5959 && apt-get update -y && apt-get install --no-install-recommends -y -t noble \
6060 libnl-3-dev \
6161 libnl-genl-3-dev \
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ updates:
4040 ignore :
4141 - dependency-name : " ubuntu"
4242 versions : ["24.x", ">= 23.0.0", "23.x"]
43+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
4344
4445 - package-ecosystem : " docker"
4546 directories :
You can’t perform that action at this time.
0 commit comments