Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #462 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updated base image for webkit
  • Loading branch information
vania-pooh authored Oct 24, 2021
2 parents 585ea8a + 1e70ffb commit 5ddb08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/safari/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
ninja install && \
rm -Rf /var/lib/apt/lists/*

FROM golang:1.16 as go
FROM golang:1.17 as go

COPY cmd/prism /prism

Expand All @@ -26,7 +26,7 @@ RUN \
upx /prism/prism && \
rm -Rf /var/lib/apt/lists/*

FROM browsers/base:7.2
FROM browsers/base:7.3

COPY --from=build /opt/webkit /opt/webkit
COPY --from=go /prism/prism /usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion static/safari/cmd/prism/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/aerokube/webkit-images/prism

go 1.16
go 1.17

0 comments on commit 5ddb08d

Please sign in to comment.