Skip to content

Commit 6a78649

Browse files
authored
fix: use latest base image (#9874)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
1 parent b2c91b8 commit 6a78649

32 files changed

Lines changed: 32 additions & 32 deletions

File tree

dev/import-tool/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

pods/account/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

pods/backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM hardcoreeng/base-slim:v20250915
2+
FROM hardcoreeng/base-slim:v20250916
33
WORKDIR /usr/src/app
44

55
COPY bundle/bundle.js ./

pods/collaborator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

pods/front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/front-base:v20250915
1+
FROM hardcoreeng/front-base:v20250916
22
WORKDIR /app
33

44
COPY bundle/bundle.js ./

pods/fulltext/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

pods/media/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

pods/preview/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/preview-base:v20250915
1+
FROM hardcoreeng/preview-base:v20250916
22

33
WORKDIR /app
44

pods/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base:v20250915
1+
FROM hardcoreeng/base:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/model.json ./

pods/stats/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hardcoreeng/base-slim:v20250915
1+
FROM hardcoreeng/base-slim:v20250916
22
WORKDIR /usr/src/app
33

44
COPY bundle/bundle.js ./

0 commit comments

Comments
 (0)