From 10cb3f0767783055958d3d3badf8819a57e9063c Mon Sep 17 00:00:00 2001 From: lanthora Date: Wed, 11 Sep 2024 20:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20dockerfile=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afd6661e..ec5b17d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.18.4) -project(candy LANGUAGES C CXX VERSION 5.10.3) +project(candy LANGUAGES C CXX VERSION 5.10.4) option(CANDY_NOEXE "Don't build executable") option(CANDY_DEVEL "Build development library") diff --git a/dockerfile b/dockerfile index fc6bcc29..aea4ddd9 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM alpine as base +FROM alpine AS base RUN apk update RUN apk add spdlog openssl poco