Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
use Go 1.22
& NodeJS 20 as default
  • Loading branch information
guusvw authored Mar 7, 2024
1 parent b049546 commit 7fde8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LABEL maintainer="MOIA GmbH" \
# -----------------------Begin: environment -----------------------
# Language Version

ENV DEFAULT_GO_VERSION="1.21"
ENV DEFAULT_NODEJS_VERSION="16"
ENV DEFAULT_GO_VERSION="1.22"
ENV DEFAULT_NODEJS_VERSION="20"
ENV DEFAULT_JAVA_VERSION="11"

ENV GO_VERSION=$DEFAULT_GO_VERSION
Expand Down

0 comments on commit 7fde8d8

Please sign in to comment.