Skip to content

Commit c098122

Browse files
authored
Merge pull request snyk-labs#372 from ericsmalling/main
Fix path typo in log4shell imagebuilder
2 parents 214a66b + 0e6a87f commit c098122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4shell-goof/log4shell-server/k8s/imagebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
fi
88

99
echo "📦 Building image ${DOCKER_ACCOUNT}/log4shell-server:latest ..."
10-
docker build -t ${DOCKER_ACCOUNT}/log4shell-server:latest .
10+
docker build -t ${DOCKER_ACCOUNT}/log4shell-server:latest $MYDIR/..
1111
echo
1212
echo "🚚 Pushing image to DockerHub..."
1313
docker push ${DOCKER_ACCOUNT}/log4shell-server:latest

0 commit comments

Comments
 (0)