Skip to content
Snippets Groups Projects
Commit 7d0414f7 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Docker: edge to 3.9

parent 121e16a7
No related branches found
No related tags found
No related merge requests found
Pipeline #39802 canceled
# -------------------------------------------------------------------------------------------------
# build stage
 
FROM alpine:edge AS builder
FROM alpine:3.9 AS builder
ENV BASEDIR="/build"
 
RUN apk add \
......@@ -35,7 +35,7 @@ RUN cmake \
 
# -------------------------------------------------------------------------------------------------
# deploy stage
FROM alpine:edge
FROM alpine:3.9
 
LABEL maintainer="peckato1@fit.cvut.cz"
 
......
# -------------------------------------------------------------------------------------------------
# build stage
 
FROM alpine:edge AS builder
FROM alpine:3.9 AS builder
ENV BASEDIR="/build"
 
RUN apk add \
......@@ -32,7 +32,7 @@ RUN cmake \
 
# -------------------------------------------------------------------------------------------------
# deploy stage
FROM alpine:edge
FROM alpine:3.9
 
LABEL maintainer="peckato1@fit.cvut.cz"
 
......
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