Skip to content

Commit

Permalink
Merge branch 'WE-1234-old-release-1.14' into 'release-1.14'
Browse files Browse the repository at this point in the history
WE-1234 - update libs

See merge request development/we/node/open-source-node!26
  • Loading branch information
apospelov committed Mar 22, 2024
2 parents ba7a53b + 04661a9 commit e43d59e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: ${REGISTRY}/it/docker:19.03.1
image: ${REGISTRY}/it/docker:20.10.21-dind

services:
- name: ${REGISTRY}/it/docker:19.03.1-dind
- name: ${REGISTRY}/it/docker:20.10.21-dind
alias: docker

variables:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.scratch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cp -r /usr/local/lib/$( \
cp -r ${JAVA_HOME} /usr/local/openjdk


FROM python:3.9-slim AS build
FROM python:3.9.18-slim-bookworm AS build

WORKDIR /build
RUN mkdir /scratch_tmp
Expand Down

0 comments on commit e43d59e

Please sign in to comment.