Skip to content
Snippets Groups Projects
Commit a61b95b9 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated Docker to 24.0.1

parent 34b03155
No related branches found
No related tags found
1 merge request!9Kbotor/update docker to 24.0.1
Pipeline #67039 passed
FROM docker:20.10.21 AS docker-builder
FROM docker:24.0.1-cli AS docker-builder
RUN apk add --no-cache bash git ca-certificates curl
RUN adduser -D hived
USER hived
WORKDIR /home/hived
\ No newline at end of file
WORKDIR /home/hived
# To workaround a gitlab healthcheck bug, expose just single port.
# See https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29130#note_1028331564 and
# https://gitlab.com/search?search=Service+docker+dind+probably+didn%27t+start+properly&nav_source=navbar&project_id=250833&group_id=9970&scope=issues&sort=updated_desc
FROM docker:20.10.21-dind as upstream
FROM docker:24.0.1-dind as upstream
FROM scratch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment