Skip to content

Commit

Permalink
Automated push to update 2022-05-12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 12, 2022
1 parent 2848d19 commit a0b3f47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:18.04@sha256:d21b6ba9e19feffa328cb3864316e6918e30acfd55e285b5d3df1d8

LABEL maintainer="Josh Essman <essman1@llnl.gov>, @vsoch"

ARG uptodate_github_commit_spack__spack__develop=be45292a9c7139984c4929a35a7db19265543ff5
ARG uptodate_github_commit_spack__spack__develop=363536fd929d2aee280e07780ff6c98498d7be46
ENV spack_commit=${uptodate_github_commit_spack__spack__develop}
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f

LABEL maintainer="Chris White <white238@llnl.gov>,@vsoch"

ARG uptodate_github_commit_spack__spack__develop=be45292a9c7139984c4929a35a7db19265543ff5
ARG uptodate_github_commit_spack__spack__develop=363536fd929d2aee280e07780ff6c98498d7be46
ENV spack_commit=${uptodate_github_commit_spack__spack__develop}
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cb

LABEL maintainer="@vsoch"

ARG uptodate_github_commit_spack__spack__develop=be45292a9c7139984c4929a35a7db19265543ff5
ARG uptodate_github_commit_spack__spack__develop=363536fd929d2aee280e07780ff6c98498d7be46
ENV spack_commit=${uptodate_github_commit_spack__spack__develop}
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles
Expand Down

0 comments on commit a0b3f47

Please sign in to comment.