Skip to content

Commit

Permalink
Preparing updates to container base with debian buster and certifi (#80)
Browse files Browse the repository at this point in the history
* adding install of certifi to environment for testing
* bumping to new base image with certifi and debian buster (0.0.23)

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch and vsoch authored Aug 18, 2021
1 parent 58aece1 commit 6e6b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/urlstechie/urlchecker:0.0.22
FROM quay.io/urlstechie/urlchecker:0.0.23
COPY entrypoint.sh /entrypoint.sh
WORKDIR /github/workspace
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit 6e6b004

Please sign in to comment.