Skip to content

Commit

Permalink
chore(deps): update ubuntu:22.04 docker digest to f426dd3
Browse files Browse the repository at this point in the history
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
  • Loading branch information
usa-reddragon-renovate-ce[bot] committed Sep 17, 2024
1 parent 0f95487 commit 6a0c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04@sha256:1f3825f80594c3155801e74c17a60910b43d3804e19fe6f64f04269872f25299 as prometheus-cpp-builder
FROM ubuntu:22.04@sha256:f426dd3b1acc6ef243bae983048415e11a34fa6098d17140e07f5fd4fabc9abd as prometheus-cpp-builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN apt update && export DEBIAN_FRONTEND=noninteractive && \
apt install -y curl git cmake build-essential file zlib1g-dev && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6a0c1d8

Please sign in to comment.