Skip to content

Commit

Permalink
WE-1234 - update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
apospelov committed Mar 22, 2024
1 parent ba7a53b commit 04661a9
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 04661a9

Please sign in to comment.