Skip to content

Commit

Permalink
ISLE 1.5.26 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Morris committed Jul 12, 2023
1 parent 96a4e75 commit d02cc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_ORG }}/isle-apache:1.5.25.shib
${{ secrets.DOCKERHUB_ORG }}/isle-apache:1.5.26.shib
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM islandoracollabgroup/isle-apache:1.5.25
FROM islandoracollabgroup/isle-apache:1.5.26

RUN curl --fail --remote-name 'https://pkg.switch.ch/switchaai/ubuntu/dists/focal/main/binary-all/misc/switchaai-apt-source_1.0.0~ubuntu20.04.1_all.deb' && \
apt install './switchaai-apt-source_1.0.0~ubuntu20.04.1_all.deb' && \
Expand Down

0 comments on commit d02cc93

Please sign in to comment.