Skip to content

Commit

Permalink
Merge pull request #8 from KenMwaura1/dependabot/github_actions/sigst…
Browse files Browse the repository at this point in the history
…ore/cosign-installer-3.6.0

chore(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
  • Loading branch information
KenMwaura1 authored Aug 9, 2024
2 parents 9419be9 + b90f04b commit 65daac8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build the Docker image
run: |
cd hsystem
docker-compose build --no-cache --force-rm
docker compose build --no-cache --force-rm
test:
runs-on: ubuntu-latest
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test the Docker image
run: |
cd hsystem
docker-compose up -d
docker compose up -d
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: 'v2.1.1'

Expand Down
2 changes: 1 addition & 1 deletion hsystem/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python base image
FROM python:3.11.0a1-slim
FROM python:3.12-slim

# Set the working directory in the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion hsystem/hsystem/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.http import JsonResponse, HttpResponse
from django.http import JsonResponse
from django.views import View
from permit.sync import Permit
from .models import Patient
Expand Down
2 changes: 1 addition & 1 deletion hsystem/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Django==5.0.6
djangorestframework==3.15.1
dnspython==2.6.1
email_validator==2.1.1
frozenlist==1.4.1
frozenlist==1.4.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
Expand Down

0 comments on commit 65daac8

Please sign in to comment.