Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/libv8/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# STEP 1
# Build GN for alpine
#
FROM alpine:3.15 as gn-builder
FROM alpine:3.16 as gn-builder

# This is the GN commit that we want to build. Most commits will probably build just fine but
# this happened to be the latest commit when I did this.
Expand Down Expand Up @@ -91,7 +91,7 @@ RUN \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*

FROM alpine:3.15 as v8
FROM alpine:3.16 as v8

WORKDIR /build/v8

Expand Down