File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 # Install the cosign tool except on PR
3737 # https://github.com/sigstore/cosign-installer
3838 - name : Install cosign
39- uses : sigstore/cosign-installer@v3.6 .0
39+ uses : sigstore/cosign-installer@v3.7 .0
4040
4141 - name : Setup Docker buildx
42- uses : docker/setup-buildx-action@v3.7.0
42+ uses : docker/setup-buildx-action@v3.7.1
4343
4444 # Login against a Docker registry except on PR
4545 # https://github.com/docker/login-action
5454 # https://github.com/docker/build-push-action
5555 - name : Build test image
5656 id : build-test
57- uses : docker/build-push-action@v6.9 .0
57+ uses : docker/build-push-action@v6.10 .0
5858 with :
5959 context : .
6060 load : true
7171 # https://github.com/docker/metadata-action
7272 - name : Extract Docker metadata
7373 id : meta
74- uses : docker/metadata-action@v5.5 .1
74+ uses : docker/metadata-action@v5.6 .1
7575 with :
7676 # list of Docker images to use as base name for tags
7777 images : |
8686 # https://github.com/docker/build-push-action
8787 - name : Build and push production image
8888 id : build-and-push
89- uses : docker/build-push-action@v6.9 .0
89+ uses : docker/build-push-action@v6.10 .0
9090 with :
9191 context : .
9292 target : http_app
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ jinja2 = "^3.1.2"
5050opentelemetry-instrumentation-asgi = " *"
5151starlette-prometheus = " ^0.10.0"
5252strawberry-graphql = { version = " >=0.204.0" , extras = [" debug-server" ] }
53- uvicorn = { version = " ^0.31 .0" , extras = [" standard" ] }
53+ uvicorn = { version = " ^0.34 .0" , extras = [" standard" ] }
5454
5555[tool .poetry .group .dev ]
5656optional = true
You can’t perform that action at this time.
0 commit comments