Update docker images
This commit is contained in:
parent
935d3fc158
commit
f4f1fa2df9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG ARCH
|
||||
FROM amd64/debian:10.8-slim@sha256:18186dfcc97685f04cb4393b3983e32097449749aa21592381b9b2344b41fad4 AS base-amd64
|
||||
FROM amd64/debian:10.8-slim@sha256:e9c905e9eb9bc8d490a959d19e92b130d4ca10b84f4848d0c00c33811a23cd4a AS base-amd64
|
||||
FROM arm32v7/debian:10.8-slim@sha256:58dcf754d9435f3a45f2764fd59e181ddcf3714dc493c6ae2bc8d2026435d523 AS base-arm
|
||||
FROM arm64v8/debian:10.8-slim@sha256:fd30779a3ec0b0e368e355323f2716bdeec0012862ec92d552a5d997caec2f08 AS base-arm64
|
||||
FROM arm64v8/debian:10.8-slim@sha256:02c2362118e328d9bc86d35b0a3aed8f10c1d092668b8e5c2b39609ff24147f8 AS base-arm64
|
||||
FROM base-${ARCH}
|
||||
|
||||
ENV COTURN_VERSION="4.5.2"
|
||||
|
|
Reference in a new issue