Skip to content

Commit

Permalink
Fixed the wrong base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Jun 1, 2022
1 parent b1d060a commit 79d5750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
run: docker images
- name: Rename sample setting file
run: mv ./setting_sample.py ./setting.py
- name: Build images
run: docker compose build --no-cache
- name: UP
run: docker compose up --detach
run: docker compose up --build --detach
- name: List images
run: docker images
- name: List container
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 coscupweb-base:22.05.23 -f ./Dockerfile-base ./
docker build --no-cache=true -t coscupweb-base:22.06.01 -f ./Dockerfile-base ./
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- backend

webappbase:
image: "coscupweb-base:22.05.23"
image: "coscupweb-base:22.06.01"
build:
context: .
dockerfile: ./Dockerfile-base-dev
Expand Down

0 comments on commit 79d5750

Please sign in to comment.