Skip to content

Commit

Permalink
Update GO, Hugo, Kotlin and Venom
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed May 20, 2024
1 parent c760023 commit 9c8c7ab
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.6.1
12.7.0
10 changes: 5 additions & 5 deletions src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# ------------------------------------------------------------------------------
FROM phusion/baseimage:jammy-1.0.1
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.22.2"
ARG HUGO_VERSION="0.124.1"
ARG KOTLIN_VERSION="1.9.23"
ARG NOMAD_VERSION="1.7.6"
ARG VENOM_VERSION="v1.1.0"
ARG GO_VERSION="1.22.3"
ARG HUGO_VERSION="0.126.1"
ARG KOTLIN_VERSION="1.9.24"
ARG NOMAD_VERSION="1.7.7"
ARG VENOM_VERSION="v1.2.0"
LABEL com.tecnick.vendor="Tecnick.com"
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
6 changes: 3 additions & 3 deletions src/gocd-agent-golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.5.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.22.2"
ARG NOMAD_VERSION="1.7.6"
ARG VENOM_VERSION="v1.1.0"
ARG GO_VERSION="1.22.3"
ARG NOMAD_VERSION="1.7.7"
ARG VENOM_VERSION="v1.2.0"
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
Expand Down
6 changes: 3 additions & 3 deletions src/gocd-agent-java.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.5.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG NOMAD_VERSION="1.7.6"
ARG KOTLIN_VERSION="1.9.23"
ARG VENOM_VERSION="v1.1.0"
ARG NOMAD_VERSION="1.7.7"
ARG KOTLIN_VERSION="1.9.24"
ARG VENOM_VERSION="v1.2.0"
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
Expand Down
10 changes: 5 additions & 5 deletions src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.5.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.22.2"
ARG HUGO_VERSION="0.124.1"
ARG KOTLIN_VERSION="1.9.23"
ARG NOMAD_VERSION="1.7.6"
ARG VENOM_VERSION="v1.1.0"
ARG GO_VERSION="1.22.3"
ARG HUGO_VERSION="0.126.1"
ARG KOTLIN_VERSION="1.9.24"
ARG NOMAD_VERSION="1.7.7"
ARG VENOM_VERSION="v1.2.0"
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion src/nomadcli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @link https://github.com/tecnickcom/nomadcli
# ------------------------------------------------------------------------------
FROM phusion/baseimage:jammy-1.0.1
ARG NOMAD_VERSION="1.7.6"
ARG NOMAD_VERSION="1.7.7"
LABEL com.tecnick.vendor="Tecnick.com"
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down

0 comments on commit 9c8c7ab

Please sign in to comment.