Skip to content

Commit 386b43d

Browse files
committed
Upgrade version, python to 3.11.8
Signed-off-by: Toomore Chiang <[email protected]>
1 parent b3a906c commit 386b43d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.7-alpine3.19
1+
FROM python:3.11.8-alpine3.19
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./

Dockerfile-base-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.7-alpine3.19
1+
FROM python:3.11.8-alpine3.19
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./

build-base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build --no-cache=true -t secretaryweb-base:24.01.25 -f ./Dockerfile-base ./
1+
docker build --no-cache=true -t secretaryweb-base:24.02.15 -f ./Dockerfile-base ./

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "coscupsecretary2020"
3-
version = "24.01.25"
3+
version = "24.02.15"
44
description = ""
55
authors = ["Toomore Chiang <[email protected]>"]
66
license = "AGPL-3.0"

0 commit comments

Comments
 (0)