Skip to content

Commit

Permalink
Dockerfile: update base image
Browse files Browse the repository at this point in the history
$ make new-base-image-push
docker push jgehrcke/github-repo-stats-base:e87aa5891
The push refers to repository [docker.io/jgehrcke/github-repo-stats-base]
5f70bf18a086: Pushed
26bace819c7e: Pushed
01e531ffa7fd: Pushed
3fd6fbf4832b: Pushed
fb80ad0111dd: Pushed
c5321f7f53ff: Mounted from library/python
df6c1b185b95: Mounted from library/python
b23fedba7dbd: Mounted from library/python
ae2d55769c5e: Mounted from library/python
e2ef8a51359d: Mounted from library/python
e87aa58: digest: sha256:18c52bfbde8956a122c2172740d533f9a29143385ff984d8b22fe4cbe233261f size: 2626
  • Loading branch information
jgehrcke committed Sep 30, 2023
1 parent e87aa58 commit 2285bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM jgehrcke/github-repo-stats-base:f9f4e16c1
FROM jgehrcke/github-repo-stats-base:e87aa5891

COPY fetch.py /fetch.py
COPY analyze.py /analyze.py
Expand Down
2 changes: 1 addition & 1 deletion ci.Dockerfile
@@ -1,4 +1,4 @@
FROM jgehrcke/github-repo-stats-base:6e6c3e4f8
FROM jgehrcke/github-repo-stats-base:e87aa5891

# Install GNU parallel
RUN apt-get update && apt-get install -y -q --no-install-recommends \
Expand Down

0 comments on commit 2285bd7

Please sign in to comment.