Skip to content

Commit 22e5768

Browse files
committed
Updated to Alpine 3.17, Compose 2.15.1
1 parent c8ea7b3 commit 22e5768

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG ALPINE_VERSION=3.16
1+
ARG ALPINE_VERSION=3.17
22
ARG GO_VERSION=1.19
3-
ARG COMPOSE_VERSION=2.11.1
3+
ARG COMPOSE_VERSION=2.15.1
44

55
FROM golang:${GO_VERSION} AS builder
66
RUN export GOBIN=$HOME/work/bin

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
// BuildVersion is the version
4-
const BuildVersion = "2.2.0"
4+
const BuildVersion = "2.3.0"

test.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG ALPINE_VERSION=3.15
2-
ARG GO_VERSION=1.18
3-
ARG COMPOSE_VERSION=2.4.1
1+
ARG ALPINE_VERSION=3.17
2+
ARG GO_VERSION=1.19
3+
ARG COMPOSE_VERSION=2.15.1
44

55
FROM golang:${GO_VERSION} AS builder
66
RUN export GOBIN=$HOME/work/bin

0 commit comments

Comments
 (0)