Skip to content

Commit

Permalink
修正 dockerfile 中的拼写
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Sep 11, 2024
1 parent 9d04444 commit 10cb3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine as base
FROM alpine AS base
RUN apk update
RUN apk add spdlog openssl poco

Expand Down

0 comments on commit 10cb3f0

Please sign in to comment.