File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.13 AS build
1
+ FROM alpine:3.15 AS build
2
2
3
- ENV V_VER="weekly.2021.45 "
3
+ ENV V_VER="weekly.2021.48 "
4
4
5
- RUN apk update && apk add --no-cache build-base=0.5-r2 bash=5.1.0-r0 git=2.30.2-r0
5
+ RUN apk update && apk add --no-cache build-base bash git
6
6
7
7
WORKDIR /opt/vlang
8
8
RUN git clone https://github.com/vlang/v /opt/vlang && git checkout "${V_VER}" && make
@@ -14,7 +14,7 @@ COPY *.v .
14
14
15
15
RUN v -prod primes.v
16
16
17
- FROM alpine:3.13
17
+ FROM alpine:3.15
18
18
19
19
COPY --from=build /opt/app/primes /usr/local/bin/primes
20
20
Original file line number Diff line number Diff line change 1
- FROM alpine:3.13 AS build
1
+ FROM alpine:3.15 AS build
2
2
3
- ENV V_VER="weekly.2021.45 "
3
+ ENV V_VER="weekly.2021.48 "
4
4
5
- RUN apk update && apk add --no-cache build-base bash=5.1.0-r0 git
5
+ RUN apk update && apk add --no-cache build-base bash git
6
6
7
7
WORKDIR /opt/vlang
8
8
RUN git clone https://github.com/vlang/v /opt/vlang && git checkout "${V_VER}" && make
@@ -14,7 +14,7 @@ COPY *.v .
14
14
15
15
RUN v -prod primes.v
16
16
17
- FROM alpine:3.13
17
+ FROM alpine:3.15
18
18
19
19
COPY --from=build /opt/app/primes /usr/local/bin/primes
20
20
You can’t perform that action at this time.
0 commit comments