Skip to content

Commit 1522447

Browse files
committed
Merge branch 'main' of github.com:MobileTeleSystems/image-optimize
2 parents 47bbea6 + 2f90b0f commit 1522447

File tree

4 files changed

+25
-41
lines changed

4 files changed

+25
-41
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.6.7] - 2026-01-10
6+
7+
## [1.6.6] - 2026-01-10
8+
59
## [1.6.5] - 2026-01-01
610

711
# Changelog

Dockerfile

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

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

1313

14-
FROM node:24-alpine as production
14+
FROM node:25-alpine as production
1515

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

package-lock.json

Lines changed: 17 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-optimize",
3-
"version": "1.6.5",
3+
"version": "1.6.7",
44
"description": "",
55
"author": "MobileTeleSystems",
66
"homepage": "https://github.com/MobileTeleSystems/image-optimize",
@@ -62,7 +62,7 @@
6262
"@types/node-fetch": "^3.0.2",
6363
"@types/sharp": "^0.32.0",
6464
"@types/supertest": "^6.0.3",
65-
"eslint": "^9.39.1",
65+
"eslint": "^9.39.2",
6666
"eslint-config-prettier": "^10.1.8",
6767
"eslint-plugin-prettier": "^5.5.4",
6868
"globals": "^16.5.0",

0 commit comments

Comments
 (0)