File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
services :
20
20
mysql :
21
- image : mariadb:11.8.3@sha256:851a6020c97b9eae7736b6fb275800601d64635222054d3a1b1b3c4abdfa117a
21
+ image : mariadb:11.8.3@sha256:4b1e7958f820681b1b93b9cf9ea05a76e0785da12699a1fb1d05e0eb2137e56b
22
22
env :
23
23
MARIADB_USER : hub
24
24
MARIADB_PASSWORD : hub
Original file line number Diff line number Diff line change 1
- FROM node:20.19.5@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9 as build-console
1
+ FROM node:20.19.5@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059 as build-console
2
2
3
3
WORKDIR /home/node/app/console
4
4
COPY ./console/package.json ./console/package-lock.json /home/node/app/console/
5
5
RUN npm ci --no-audit
6
6
COPY ./console /home/node/app/console
7
7
RUN npm run build
8
8
9
- FROM node:20.19.5@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9 as build-server
9
+ FROM node:20.19.5@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059 as build-server
10
10
11
11
WORKDIR /home/node/app
12
12
COPY ./server/package.json ./server/package-lock.json /home/node/app/
13
13
RUN npm ci --no-audit
14
14
COPY ./server /home/node/app
15
15
RUN npm run compile
16
16
17
- FROM node:20.19.5-bookworm@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9
17
+ FROM node:20.19.5-bookworm@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059
18
18
19
19
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o "APT::Acquire::Retries=3" \
20
20
git \
Original file line number Diff line number Diff line change 1
- FROM node:20.19.5-bookworm@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9
1
+ FROM node:20.19.5-bookworm@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059
2
2
3
3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o "APT::Acquire::Retries=3" \
4
4
git \
You can’t perform that action at this time.
0 commit comments