Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base image
FROM ubuntu:24.04@sha256:c4570d2f4665d5d118ae29fb494dee4f8db8fcfaee0e37a2e19b827f399070d3 AS base
FROM ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9 AS base

LABEL org.opencontainers.image.source https://github.com/microsoft/msquic

Check warning on line 4 in .docker/ubuntu-24.04/Dockerfile

View workflow job for this annotation

GitHub Actions / Build (24.04, cross)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ updates:

- package-ecosystem: "docker"
directories:
- "/.docker/ubuntu-20.04"
- "/.docker/ubuntu-22.04"
- "/.docker/*"
schedule:
interval: "weekly"
day: "saturday"
Expand Down
Loading