mirror of
https://github.com/mveril/qp-demo
synced 2025-01-03 10:05:57 +01:00
Fix ubuntu version and set images version to 1
This commit is contained in:
parent
e35eaba0ec
commit
1ae1c63ab5
@ -1,8 +1,8 @@
|
|||||||
# For help about how Dockerfiles work, see https://docs.docker.com/engine/reference/builder
|
# For help about how Dockerfiles work, see https://docs.docker.com/engine/reference/builder
|
||||||
|
|
||||||
# This image is based from Ubuntu LTS
|
# This image is based from Ubuntu LTS
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:20.04
|
||||||
LABEL version="0.1" \
|
LABEL version="1.0" \
|
||||||
maintainer.name="Mickaël Véril" \
|
maintainer.name="Mickaël Véril" \
|
||||||
quantum_package.author.name="Anthony Scemama" \
|
quantum_package.author.name="Anthony Scemama" \
|
||||||
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# For help about how Dockerfiles work, see https://docs.docker.com/engine/reference/builder
|
# For help about how Dockerfiles work, see https://docs.docker.com/engine/reference/builder
|
||||||
|
|
||||||
# This image is based from Ubuntu LTS
|
# This image is based from Ubuntu LTS
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:20.04
|
||||||
LABEL version="0.1" \
|
LABEL version="1.0" \
|
||||||
maintainer.name="Mickaël Véril" \
|
maintainer.name="Mickaël Véril" \
|
||||||
quantum_package.author.name="Anthony Scemama" \
|
quantum_package.author.name="Anthony Scemama" \
|
||||||
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
quantum_package.url="https://quantumpackage.github.io/qp2" \
|
||||||
|
Loading…
Reference in New Issue
Block a user