mirror of https://github.com/MISP/misp-docker
fix: restrict tag to ubuntu focal
parent
609fc61c34
commit
9f537f12a6
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:focal
|
||||||
|
|
||||||
# Install core components
|
# Install core components
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
Loading…
Reference in New Issue