Skip to content

Commit 79d5750

Browse files
committed
Fixed the wrong base image version
1 parent b1d060a commit 79d5750

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
run: docker images
1515
- name: Rename sample setting file
1616
run: mv ./setting_sample.py ./setting.py
17-
- name: Build images
18-
run: docker compose build --no-cache
1917
- name: UP
20-
run: docker compose up --detach
18+
run: docker compose up --build --detach
2119
- name: List images
2220
run: docker images
2321
- name: List container

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.05.23 -f ./Dockerfile-base ./
1+
docker build --no-cache=true -t coscupweb-base:22.06.01 -f ./Dockerfile-base ./

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- backend
2020

2121
webappbase:
22-
image: "coscupweb-base:22.05.23"
22+
image: "coscupweb-base:22.06.01"
2323
build:
2424
context: .
2525
dockerfile: ./Dockerfile-base-dev

0 commit comments

Comments
 (0)