Compare commits

...

3 commits

Author SHA1 Message Date
91c344f4ff Update docker/build-push-action action to v5 2023-12-21 08:00:25 +00:00
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
3d1d07d01f Update debian Docker tag to v12.4 2023-12-19 02:00:29 +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.2-slim@sha256:93ff361288a7c365614a5791efa3633ce4224542afb6b53a1790330a8e52fc7d
FROM debian:12.4-slim@sha256:45287d89d96414e57c7705aa30cb8f9836ef30ae8897440dd8f06c4cff801eec
ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"