renovate[bot] commited on
Commit
3893ec5
·
1 Parent(s): 422536c

chore(deps): update ubuntu docker tag to v24

Browse files
Files changed (1) hide show
  1. Dockerfile.cpu +1 -1
Dockerfile.cpu CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:22.04
2
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
3
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
4
  # hadolint ignore=DL3008,DL3015,DL4006
 
1
+ FROM ubuntu:24.04
2
  LABEL org.opencontainers.image.source="https://github.com/fedirz/faster-whisper-server"
3
  # `ffmpeg` is installed because without it `gradio` won't work with mp3(possible others as well) files
4
  # hadolint ignore=DL3008,DL3015,DL4006