Skip to content

Commit dcdd771

Browse files
committed
chore(deps): update all digest updates
1 parent 8c170f9 commit dcdd771

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
services:
2020
mysql:
21-
image: mariadb:11.8.3@sha256:851a6020c97b9eae7736b6fb275800601d64635222054d3a1b1b3c4abdfa117a
21+
image: mariadb:11.8.3@sha256:4b1e7958f820681b1b93b9cf9ea05a76e0785da12699a1fb1d05e0eb2137e56b
2222
env:
2323
MARIADB_USER: hub
2424
MARIADB_PASSWORD: hub

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
FROM node:20.19.5@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9 as build-console
1+
FROM node:20.19.5@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059 as build-console
22

33
WORKDIR /home/node/app/console
44
COPY ./console/package.json ./console/package-lock.json /home/node/app/console/
55
RUN npm ci --no-audit
66
COPY ./console /home/node/app/console
77
RUN npm run build
88

9-
FROM node:20.19.5@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9 as build-server
9+
FROM node:20.19.5@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059 as build-server
1010

1111
WORKDIR /home/node/app
1212
COPY ./server/package.json ./server/package-lock.json /home/node/app/
1313
RUN npm ci --no-audit
1414
COPY ./server /home/node/app
1515
RUN npm run compile
1616

17-
FROM node:20.19.5-bookworm@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9
17+
FROM node:20.19.5-bookworm@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059
1818

1919
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o "APT::Acquire::Retries=3" \
2020
git \

Dockerfile.prebuilt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.19.5-bookworm@sha256:abcf9c98af22ea2c5d33435143d9d8a5f6f191e1e1938a7650fc8b78c382b5a9
1+
FROM node:20.19.5-bookworm@sha256:8cdc6b9b711af0711cc6139955cc1331fab5e0a995afd3260c52736fbc338059
22

33
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o "APT::Acquire::Retries=3" \
44
git \

0 commit comments

Comments
 (0)