Skip to content
Open
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
4 changes: 2 additions & 2 deletions .devcontainer/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ubuntu:26.04@sha256:513c074113a871b51a8d16ab445c88779d6452d937a164fb5cc479f32668a41d AS extractor
FROM ubuntu:26.04@sha256:9559ceb7c21e528e233e8dff26a0fb2682f4094cce06176eeb075d87a22b31de AS extractor

Check warning on line 3 in .devcontainer/base/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=philips-software_amp-devcontainer&issues=AaCzrzXmBEV7qJATzbHX&open=AaCzrzXmBEV7qJATzbHX&pullRequest=1467

ARG BATS_CORE_VERSION=1.13.0
ARG BATS_SUPPORT_VERSION=0.3.0
Expand All @@ -20,7 +20,7 @@
&& tar xzf /bats-support.tar.gz && mv bats-support-*/ bats-support \
&& tar xzf /bats-assert.tar.gz && mv bats-assert-*/ bats-assert

FROM ubuntu:26.04@sha256:513c074113a871b51a8d16ab445c88779d6452d937a164fb5cc479f32668a41d
FROM ubuntu:26.04@sha256:9559ceb7c21e528e233e8dff26a0fb2682f4094cce06176eeb075d87a22b31de

Check warning on line 23 in .devcontainer/base/Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=philips-software_amp-devcontainer&issues=AaCzrzXmBEV7qJATzbHY&open=AaCzrzXmBEV7qJATzbHY&pullRequest=1467

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
Loading