Skip to content

Commit a52520a

Browse files
authored
fix: dockerfile name
1 parent 46a2b5c commit a52520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ linux64: jni-header
200200
docker run $(DOCKER_RUN_OPTS) -i -v $$PWD:/work xerial/centos5-linux-x86_64-pic bash -c 'make clean-native native-nocmake OS_NAME=Linux OS_ARCH=x86_64'
201201

202202
alpine-image:
203-
docker build -f docker/Dockerfile.alpine -t snappy-java-alpine .
203+
docker build -f docker/Dockerfile.alpine-linux-x86_64 -t snappy-java-alpine .
204204

205205
alpine: jni-header
206206
docker run $(DOCKER_RUN_OPTS) -i -v $$PWD:/work snappy-java-alpine bash -c 'make clean-native native-nocmake OS_NAME=Alpine OS_ARCH=x86_64'

0 commit comments

Comments
 (0)