Skip to content

Commit 52f64d7

Browse files
committed
Fix Hadolint DL3008 warning in Dockerfile
Add hadolint ignore comment for DL3008 warning about unpinned package versions. For a development template, using latest versions from the base image is preferred for flexibility and ease of maintenance. Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent d6388fe commit 52f64d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

3+
# hadolint ignore=DL3008
34
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
45
&& apt-get -y install --no-install-recommends \
56
curl \

0 commit comments

Comments
 (0)