Skip to content

Commit 2ad5977

Browse files
committed
Update the base image version
1 parent b51659e commit 2ad5977

File tree

6 files changed

+128
-128
lines changed

6 files changed

+128
-128
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
24-
tags: coscupweb-base:22.05.07
24+
tags: coscupweb-base:22.05.23
2525
load: true
2626
- name: List images
2727
run: docker images

Dockerfile-app

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM coscupweb-base:22.05.07
1+
FROM coscupweb-base:22.05.23
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.05.07
1+
FROM coscupweb-base:22.05.23
22

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

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.07 -f ./Dockerfile-base ./
1+
docker build --no-cache=true -t coscupweb-base:22.05.23 -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.07"
22+
image: "coscupweb-base:22.05.23"
2323
build:
2424
context: .
2525
dockerfile: ./Dockerfile-base

0 commit comments

Comments
 (0)