Skip to content

Commit

Permalink
Upgrade version, python to 3.11.8
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Feb 13, 2024
1 parent b3a906c commit 386b43d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-alpine3.19
FROM python:3.11.8-alpine3.19

WORKDIR /app
ADD pyproject.toml poetry.lock ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-alpine3.19
FROM python:3.11.8-alpine3.19

WORKDIR /app
ADD pyproject.toml poetry.lock ./
Expand Down
2 changes: 1 addition & 1 deletion build-base.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build --no-cache=true -t secretaryweb-base:24.01.25 -f ./Dockerfile-base ./
docker build --no-cache=true -t secretaryweb-base:24.02.15 -f ./Dockerfile-base ./
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coscupsecretary2020"
version = "24.01.25"
version = "24.02.15"
description = ""
authors = ["Toomore Chiang <toomore0929@gmail.com>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 386b43d

Please sign in to comment.