Skip to content
Open
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
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
2 changes: 1 addition & 1 deletion .devcontainer/docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbdl==1.25.9
sbdl==1.27.8
8 changes: 4 additions & 4 deletions .devcontainer/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --generate-hashes requirements.in
# pip-compile --generate-hashes --no-index requirements.in
#
attrs==26.1.0 \
--hash=sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309 \
Expand Down Expand Up @@ -282,9 +282,9 @@ python-docx==1.2.0 \
--hash=sha256:3fd478f3250fbbbfd3b94fe1e985955737c145627498896a8a6bf81f4baf66c7 \
--hash=sha256:7bc9d7b7d8a69c9c02ca09216118c86552704edc23bac179283f2e38f86220ce
# via docxtpl
sbdl==1.25.9 \
--hash=sha256:16a6a951b8c7bd43d08be1bb8d8955cb464e9115abaf16d0bdf106dbe420ff0d
# via -r docs/requirements.in
sbdl==1.27.8 \
--hash=sha256:9944380ff806f040ee8d96f36f16ec1ac44d5b36d43b0f7ae0172659b5da7ddf
# via -r requirements.in
typing-extensions==4.16.0 \
--hash=sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8 \
--hash=sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5
Expand Down
Loading