Skip to content

Commit 979f3d9

Browse files
committed
feat: update dependecies version
1 parent c20c918 commit 979f3d9

File tree

5 files changed

+9663
-7839
lines changed

5 files changed

+9663
-7839
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
uses: docker/build-push-action@v3
3636
with:
3737
push: true
38-
tags: mtsrus/image-optimize:latest, mtsrus/image-optimize:1, mtsrus/image-optimize:1.5, mtsrus/image-optimize:1.5.0
38+
tags: mtsrus/image-optimize:latest, mtsrus/image-optimize:1, mtsrus/image-optimize:1.5, mtsrus/image-optimize:1.5.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS development
1+
FROM node:21-alpine AS development
22

33
WORKDIR /app
44
COPY package*.json tsconfig*.json nest-cli.json .eslintrc.js ./
@@ -11,7 +11,7 @@ RUN npm run test:e2e
1111
RUN npm run build
1212

1313

14-
FROM node:20-alpine as production
14+
FROM node:21-alpine as production
1515

1616
ARG NODE_ENV=production
1717
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)