mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-04 23:30:17 +00:00
chore: Use ubuntu 22.04 as base docker image (#67)
This commit is contained in:
parent
8ae991c506
commit
21f95666e2
@ -28,7 +28,7 @@ RUN tar -xzf "bitcoin-${BITCOIN_CLI_VERSION}-x86_64-linux-gnu.tar.gz"
|
||||
|
||||
# minimal
|
||||
# ----------------------------------------------------------------------------
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal as minimal
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy as minimal
|
||||
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
|
||||
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||
|
Loading…
Reference in New Issue
Block a user