Skip to content

Commit

Permalink
Merge pull request #13 from tibber/renovate/cimg-base-current
Browse files Browse the repository at this point in the history
Update cimg/base:current Docker digest to f906812
  • Loading branch information
toini authored Nov 4, 2024
2 parents a1e207e + 5f22891 commit c360b9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/base:current@sha256:f377bb4d14f74ca23710a272073eb716831249d80441914bb210988976931609
FROM cimg/base:current@sha256:f906812e309afbb97ecdc4bdbe577f2f315e99f3bc3b03b3df6507e92bb804ab

RUN set -x && \
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \
Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/base:current@sha256:f377bb4d14f74ca23710a272073eb716831249d80441914bb210988976931609
FROM cimg/base:current@sha256:f906812e309afbb97ecdc4bdbe577f2f315e99f3bc3b03b3df6507e92bb804ab

RUN set -x && \
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \
Expand Down
2 changes: 1 addition & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/base:current@sha256:f377bb4d14f74ca23710a272073eb716831249d80441914bb210988976931609
FROM cimg/base:current@sha256:f906812e309afbb97ecdc4bdbe577f2f315e99f3bc3b03b3df6507e92bb804ab

RUN set -x && \
repo_version=$(if command -v lsb_release >/dev/null 2>&1; then lsb_release -r -s; else grep -oP '(?<=^VERSION_ID=).+' /etc/os-release | tr -d '"'; fi) && \
Expand Down

0 comments on commit c360b9d

Please sign in to comment.