Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 6, 2024
1 parent 7f3e7a5 commit 88a3592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 AS build
FROM alpine:3.18.3 AS build

WORKDIR /build

Expand All @@ -23,10 +23,9 @@ RUN \
&& rm -rf /var/cache/apk/* \
&& git submodule update --init \
&& make setup-golpe \
&& make clean \
&& make -j4

FROM alpine:3.19
FROM alpine:3.18.3

WORKDIR /app

Expand Down

0 comments on commit 88a3592

Please sign in to comment.