Skip to content

Commit cfa11e9

Browse files
Copilotidvoretskyi
andcommitted
Fix high-severity security vulnerabilities by upgrading packages
Co-authored-by: idvoretskyi <[email protected]>
1 parent 0b40b00 commit cfa11e9

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
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

33
# hadolint ignore=DL3008
44
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
5+
&& apt-get -y upgrade \
56
&& apt-get -y install --no-install-recommends \
67
curl \
78
wget \

0 commit comments

Comments
 (0)