Skip to content

Commit

Permalink
bump bio and data8 from ubuntu 20 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Dec 12, 2023
1 parent b23df11 commit bfaa0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:focal-scm
FROM buildpack-deps:jammy-scm

ENV TZ=America/Los_Angeles
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down
2 changes: 1 addition & 1 deletion deployments/data8/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:focal-scm
FROM buildpack-deps:jammy-scm

ENV CONDA_DIR /srv/conda

Expand Down

0 comments on commit bfaa0dd

Please sign in to comment.