Skip to content

Commit c910bc4

Browse files
authored
Update Dockerfile
1 parent 918c560 commit c910bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.15.1
1+
FROM alpine:3.16.0
22
LABEL authors="ui3o.com"
33

4-
RUN apk add coreutils bash wget curl git nodejs npm util-linux maven openjdk17 openjdk8 openjdk11
4+
RUN apk add coreutils bash wget curl git nodejs npm util-linux maven openjdk17 openjdk8 openjdk11 go
55

66
# set jdk11 as default java
77
ENV JAVA_HOME=/usr/lib/jvm/default-jvm

0 commit comments

Comments
 (0)