Skip to content

Commit 2582b52

Browse files
committed
fixes
1 parent cd83428 commit 2582b52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-slim
1+
FROM openjdk:11
22

33
RUN useradd -ms /bin/bash wurstuser
44
USER wurstuser

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WurstScript Docker Image
22

3-
Basic wurtscript docker image with grill.
3+
Basic wurstscript docker image with grill.
44
Grill is the wurst package manager and is invoked via the `grill` command.
55

66
## Update Wurst

0 commit comments

Comments
 (0)