Skip to content

Commit

Permalink
Change to using 3.11.9-alpine3.20
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Jul 19, 2024
1 parent 0fa06e3 commit 076daae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PYTHONPATH=./
VERSION=24.02.15
VERSION=24.07.20
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build the base image
run: docker build -t secretaryweb-base:24.02.15 -f ./Dockerfile-base ./
run: docker build -t secretaryweb-base:24.07.20 -f ./Dockerfile-base ./
- name: List images
run: docker images
- name: Rename sample setting file
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM secretaryweb-base:24.02.15
FROM secretaryweb-base:24.07.20

ADD ./client_secret.json ./client_secret.json
ADD ./main.py ./main.py
Expand Down
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.8-alpine3.19
FROM python:3.11.9-alpine3.20

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.8-alpine3.19
FROM python:3.11.9-alpine3.20

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.02.15 -f ./Dockerfile-base ./
docker build --no-cache=true -t secretaryweb-base:24.07.20 -f ./Dockerfile-base ./

0 comments on commit 076daae

Please sign in to comment.