chore: Use ubuntu 22.04 as base docker image (#67)

This commit is contained in:
Anatoly Laskaris 2022-09-23 17:37:36 +03:00 committed by GitHub
parent 8ae991c506
commit 21f95666e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"