We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5797a8 commit a2b5f3bCopy full SHA for a2b5f3b
dockerfiles/Dockerfile.build-base-focal
@@ -4,7 +4,7 @@ RUN wget \
4
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
5
https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64
6
7
-FROM ubuntu:focal-20240530
+FROM ubuntu:focal-20241011
8
COPY --from=download /intel-sgx-deb.key /etc/apt/keyrings/intel-sgx-keyring.asc
9
COPY --from=download /*-x86_64* /
10
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
0 commit comments