Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot c923ff51de Update docker/login-action action to v3 2023-12-21 08:00:26 +00:00
Samuel Philipp 06365b64d8 Update debian Docker tag to v12.4 (#46)
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m59s
2023-12-21 07:06:03 +00:00
Renovate Bot 3d1d07d01f Update debian Docker tag to v12.4 2023-12-19 02:00:29 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -13,12 +13,12 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}

View file

@ -1,4 +1,4 @@
FROM debian:12.2-slim@sha256:93ff361288a7c365614a5791efa3633ce4224542afb6b53a1790330a8e52fc7d
FROM debian:12.4-slim@sha256:45287d89d96414e57c7705aa30cb8f9836ef30ae8897440dd8f06c4cff801eec
ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"