Skip to content

Commit

Permalink
Merge branch 'WE-8737-publish-docker-image' into 'release-1.13'
Browse files Browse the repository at this point in the history
Resolve WE-8737 "Publish docker image"

Closes WE-8737

See merge request development/we/node/open-source-node!23
  • Loading branch information
agalin committed Nov 1, 2023
2 parents 0256685 + 77a1015 commit a06a534
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 a06a534

Please sign in to comment.