Skip to content

Commit

Permalink
Fix image refs
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jun 3, 2024
1 parent 31bfbe3 commit 7fe4cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# docker manifest inspect ubuntu:22.04 -v | jq '.[0].Descriptor.digest'
FROM ubuntu:24.04@sha256:2af372c1e2645779643284c7dc38775e3dbbc417b2d784a27c5a9eb784014fb8
FROM ubuntu:22.04@sha256:2af372c1e2645779643284c7dc38775e3dbbc417b2d784a27c5a9eb784014fb8

ENV R_VERSION=4.4.0
ENV TERM=xterm
ENV CRAN=https://packagemanager.posit.co/cran/__linux__/focal/latest
ENV CRAN=https://packagemanager.posit.co/cran/__linux__/jammy/latest
ENV TZ=Etc/UTC
ENV OPENBLAS_NUM_THREADS=1
ENV OMP_THREAD_LIMIT=1
Expand Down

0 comments on commit 7fe4cba

Please sign in to comment.