Skip to content

Commit

Permalink
deps: update ubuntu Docker tag to focal-20241011 (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614 renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent e5797a8 commit a2b5f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.build-base-focal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ RUN wget \
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64

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

0 comments on commit a2b5f3b

Please sign in to comment.