Skip to content

Commit

Permalink
Merge pull request #463 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added Safari 15.0 image information
  • Loading branch information
vania-pooh authored Oct 25, 2021
2 parents 5ddb08d + 2002772 commit d4d3485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/safari.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ IMPORTANT: Real Safari browser can only run under MacOS \ iOS. These Linux image

| browsers/safari:13.0 | 605.x
| browsers/safari:14.0 | 610.4.3.1.7
| browsers/safari:15.0 | 613.1.6.1
|===
2 changes: 1 addition & 1 deletion static/safari/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN \
mkdir -p /opt/webkit && \
cd webkit && \
yes | DEBIAN_FRONTEND=noninteractive Tools/gtk/install-dependencies && \
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/webkit -DUSE_WPE_RENDERER=OFF -DENABLE_MINIBROWSER=ON -DENABLE_BUBBLEWRAP_SANDBOX=OFF -DENABLE_GAMEPAD=OFF -DENABLE_SPELLCHECK=OFF -DENABLE_WAYLAND_TARGET=OFF -DUSE_OPENJPEG=OFF -GNinja && \
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/webkit -DUSE_WPE_RENDERER=OFF -DENABLE_MINIBROWSER=ON -DENABLE_BUBBLEWRAP_SANDBOX=OFF -DENABLE_GAMEPAD=OFF -DENABLE_SPELLCHECK=OFF -DENABLE_WAYLAND_TARGET=OFF -DUSE_OPENJPEG=OFF -DUSE_SOUP2=ON -GNinja && \
ninja && \
ninja install && \
rm -Rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion static/safari/cmd/prism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
waitTimeout = 30 * time.Second
gracePeriod = 30 * time.Second
browserName = "safari"
browserVersion = "14.0"
browserVersion = "15.0"
)

func wait(ctx context.Context, target string) (*url.URL, error) {
Expand Down

0 comments on commit d4d3485

Please sign in to comment.