Skip to content

Commit

Permalink
Updated compose to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualzone committed Feb 19, 2023
1 parent 2a8f0d3 commit d97c3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.17
ARG GO_VERSION=1.19
ARG COMPOSE_VERSION=2.15.1
ARG COMPOSE_VERSION=2.16.0

FROM golang:${GO_VERSION} AS builder
RUN export GOBIN=$HOME/work/bin
Expand Down
2 changes: 1 addition & 1 deletion src/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// BuildVersion is the version
const BuildVersion = "2.3.1"
const BuildVersion = "2.4.0"

0 comments on commit d97c3ae

Please sign in to comment.