Skip to content

Commit

Permalink
#2372: trigger rebuilding of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 6, 2024
1 parent a7b783b commit 0e7662a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/docker/alpine-cpp.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ARG arch=amd64
FROM alpine:3.16 as base
FROM alpine:3.16 AS base

ARG proxy=""

Expand Down Expand Up @@ -50,9 +50,9 @@ ENV CC=mpicc \
CXX=mpicxx \
PATH=/usr/lib/ccache/:$PATH

FROM base as build
FROM base AS build
COPY . /vt
RUN /vt/ci/build_cpp.sh /vt /build

FROM build as test
FROM build AS test
RUN /vt/ci/test_cpp.sh /vt /build

0 comments on commit 0e7662a

Please sign in to comment.