Skip to content

Commit a2b5f3b

Browse files
deps: update ubuntu Docker tag to focal-20241011 (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5797a8 commit a2b5f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.build-base-focal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN wget \
44
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
55
https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64
66

7-
FROM ubuntu:focal-20240530
7+
FROM ubuntu:focal-20241011
88
COPY --from=download /intel-sgx-deb.key /etc/apt/keyrings/intel-sgx-keyring.asc
99
COPY --from=download /*-x86_64* /
1010
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \

0 commit comments

Comments
 (0)