Skip to content

Commit

Permalink
Update Kotlin to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Nov 15, 2023
1 parent a7f3769 commit 403f494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM phusion/baseimage:jammy-1.0.1
ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG GO_VERSION="1.21.4"
ARG HUGO_VERSION="0.120.4"
ARG KOTLIN_VERSION="1.9.10"
ARG KOTLIN_VERSION="1.9.20"
ARG NOMAD_VERSION="1.6.3"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-java.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG NOMAD_VERSION="1.6.3"
ARG KOTLIN_VERSION="1.9.10"
ARG KOTLIN_VERSION="1.9.20"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
USER root
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG GO_VERSION="1.21.4"
ARG HUGO_VERSION="0.120.4"
ARG KOTLIN_VERSION="1.9.10"
ARG KOTLIN_VERSION="1.9.20"
ARG NOMAD_VERSION="1.6.3"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
Expand Down

0 comments on commit 403f494

Please sign in to comment.