Skip to content

Commit 29f4d51

Browse files
committed
Update base image version
1 parent 8b7e4ad commit 29f4d51

7 files changed

+7
-7
lines changed

.github/workflows/build_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
context: .
2323
file: Dockerfile-base-dev
24-
tags: coscupweb-base:22.06.01
24+
tags: coscupweb-base:22.06.13
2525
load: true
2626
- name: List images
2727
run: docker images

.github/workflows/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Rename sample setting file
1616
run: mv ./setting_sample.py ./setting.py
1717
- name: Build the base image
18-
run: docker build -t coscupweb-base:22.06.01 -f ./Dockerfile-base-dev ./
18+
run: docker build -t coscupweb-base:22.06.13 -f ./Dockerfile-base-dev ./
1919
- name: UP
2020
run: docker compose up --build --detach
2121
- name: List images

Dockerfile-app

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM coscupweb-base:22.06.01
1+
FROM coscupweb-base:22.06.13
22

33
ADD ./client_secret.json ./client_secret.json
44
ADD ./privacy.md ./privacy.md

Dockerfile-app-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM coscupweb-base:22.06.01
1+
FROM coscupweb-base:22.06.13
22

33
#ADD ./client_secret.json ./client_secret.json
44
ADD ./cmdtools ./cmdtools

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We use the [docker compose](https://docs.docker.com/compose/) (not `docker-compo
7777

7878
Build the base images first. (**Notice: In this way, you no need to sign in to Docker Desktop account.**)
7979

80-
docker build -t coscupweb-base:22.06.01 -f ./Dockerfile-base-dev ./
80+
docker build -t coscupweb-base:22.06.13 -f ./Dockerfile-base-dev ./
8181

8282
Setup the `setting.py`
8383

build-base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build --no-cache=true -t coscupweb-base:22.06.01 -f ./Dockerfile-base ./
1+
docker build --no-cache=true -t coscupweb-base:22.06.13 -f ./Dockerfile-base ./

docs_dev/docs/dev-build-base-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We use the [docker compose](https://docs.docker.com/compose/) (not docker-compos
1010

1111
Build the base image for local development.
1212

13-
docker build -t coscupweb-base:22.06.01 -f ./Dockerfile-base-dev ./
13+
docker build -t coscupweb-base:22.06.13 -f ./Dockerfile-base-dev ./
1414

1515
!!! note
1616

0 commit comments

Comments
 (0)