We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1f39ae + d2759e5 commit eb8ee62Copy full SHA for eb8ee62
2 files changed
.dockerignore
@@ -3,10 +3,13 @@ docker_*
3
**/.deps
4
**/*.swp
5
**/*.swo
6
+**/.git
7
**/acinclude.m4
8
**/aclocal.m4
9
**/autom4te.cache/
10
+**/benchmark/
11
**/build/
12
+**/CMakeFiles/
13
**/config.h
14
**/config.log
15
**/config.nice
@@ -17,6 +20,7 @@ docker_*
17
20
**/configure
18
21
**/configure.in
19
22
**/install-sh
23
+**/jsonexamples/
24
**/ltmain.sh
25
**/missing
26
**/mkinstalldirs
@@ -31,6 +35,7 @@ docker_*
31
35
**/*.la
32
36
**/*.lo
33
37
**/*.dep
38
+**/*.tgz
34
39
**/php_test_results_*.txt
40
*~
41
**/configure.ac
docker_php8.2-alpine
@@ -1,4 +1,4 @@
1
-FROM php:8.2.0beta2-cli-alpine3.16
+FROM php:8.2.0RC2-cli-alpine3.16
2
COPY . /tmp/simdjson
0 commit comments