Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 2ab70b4

Browse files
author
Pavel Ageev
committed
feat: bump versions
1 parent 115a56e commit 2ab70b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test: npm-test
4343
.PHONY: docker-build
4444
docker-build:
4545
docker rmi --force ${DOCKER_IMAGE}:${DOCKER_TAG} || true
46-
docker build -f ${CURDIR}/docker/Dockerfile -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
46+
docker build -f ${CURDIR}/docker/Dockerfile -t ${DOCKER_IMAGE}:${DOCKER_TAG} --progress plain .
4747

4848
.PHONY: build
4949
build: docker-build

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semrush/purr",
3-
"version": "3.15.3",
3+
"version": "3.15.6",
44
"description": "",
55
"main": "src/cli.cjs",
66
"scripts": {

0 commit comments

Comments
 (0)