added forced OS updates within the docker container
Security / security (push) Failing after 2m10s

This commit is contained in:
2026-05-13 10:47:15 -05:00
parent 9bd06a85ab
commit ef66b632b5
+7
View File
@@ -1,5 +1,12 @@
FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04 FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04
USER root
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER 1000:1000 USER 1000:1000
WORKDIR /data WORKDIR /data