Skip to content

Commit

Permalink
chore(misc/docker): Update to TERGUM_VERSION=v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 1, 2023
1 parent c637a2a commit cb25060
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion misc/docker/mysql-with-tergum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MYSQL_VERSION=latest
ARG TERGUM_VERSION=v0.33.0
ARG TERGUM_VERSION=v0.34.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
FROM mysql:$MYSQL_VERSION
COPY --from=tergum /usr/local/bin/tergum /usr/local/bin/tergum
2 changes: 1 addition & 1 deletion misc/docker/mysql-with-tergum/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MYSQL_VERSION=latest
TERGUM_VERSION=v0.33.0
TERGUM_VERSION=v0.34.0
IMAGE=ghcr.io/tergum-extra/mysql-with-tergum:${MYSQL_VERSION}-tergum-${TERGUM_VERSION}

all: build push
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-redis-with-tergum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG POSTGRES_VERSION=13
ARG TERGUM_VERSION=v0.33.0
ARG TERGUM_VERSION=v0.34.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
FROM postgres:$POSTGRES_VERSION
COPY --from=tergum /usr/local/bin/tergum /usr/local/bin/tergum
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-redis-with-tergum/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POSTGRES_VERSION=13
TERGUM_VERSION=v0.33.0
TERGUM_VERSION=v0.34.0
IMAGE=ghcr.io/tergum-extra/postgres-with-tergum-with-redis:${POSTGRES_VERSION}-tergum-${TERGUM_VERSION}

all: build push
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-tergum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG POSTGRES_VERSION=13
ARG TERGUM_VERSION=v0.33.0
ARG TERGUM_VERSION=v0.34.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
FROM postgres:$POSTGRES_VERSION
COPY --from=tergum /usr/local/bin/tergum /usr/local/bin/tergum
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-tergum/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POSTGRES_VERSION=13
TERGUM_VERSION=v0.33.0
TERGUM_VERSION=v0.34.0
IMAGE=ghcr.io/tergum-extra/postgres-with-tergum:${POSTGRES_VERSION}-tergum-${TERGUM_VERSION}

all: build push
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/tergum-with-ca-certificates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG TERGUM_VERSION=v0.33.0
ARG TERGUM_VERSION=v0.34.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
RUN apt-get update && apt-get install -y ca-certificates
2 changes: 1 addition & 1 deletion misc/docker/tergum-with-ca-certificates/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TERGUM_VERSION=v0.33.0
TERGUM_VERSION=v0.34.0
IMAGE=ghcr.io/tergum-extra/tergum-with-ca-certificates:${TERGUM_VERSION}
IMAGE_BACKPORT=ghcr.io/tergum-extra/tergum-ca-certificates:${TERGUM_VERSION}

Expand Down

0 comments on commit cb25060

Please sign in to comment.