Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk committed Jan 27, 2023
1 parent f76d588 commit b2707e2
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,4 +1,4 @@
FROM golang:1.16.3-alpine3.13
FROM golang:1.19.5-alpine3.17
RUN apk add make
ADD . /go/src/miga
WORKDIR /go/src/miga
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = miga
VERSION ?= v0.9.1
VERSION ?= v0.11.1
PG_CONTAINER_NAME = miga-pg
MYSQL_CONTAINER_NAME = miga-mysql
CLICKHOUSE_CONTAINER_NAME = miga-clickhouse
Expand Down

0 comments on commit b2707e2

Please sign in to comment.