Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot e8bac145aa Update docker/build-push-action action to v5 2024-02-15 17:00:28 +00:00
Samuel Philipp a55257e297 Update debian Docker tag to v12.5 (#49)
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m56s
2024-02-15 16:31:16 +00:00
Renovate Bot fe445dc688 Update debian Docker tag to v12.5 2024-02-13 02:00:31 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: |

View file

@ -1,4 +1,4 @@
FROM debian:12.4-slim@sha256:d6a343a9b7faf367bd975cadb5c9af51874a8ecf1a2b2baa96877d578ac96722
FROM debian:12.5-slim@sha256:6bdbd579ba71f6855deecf57e64524921aed6b97ff1e5195436f244d2cb42b12
ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"