Skip to content

Commit

Permalink
alpine: bump up Groonga from 14.0.8 to 14.0.9 (#62)
Browse files Browse the repository at this point in the history
This PR resolve error when we build docker image for Alpine Linux.
  • Loading branch information
komainu8 authored Oct 4, 2024
1 parent 5b86d1a commit a45dc16
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion alpine/12-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:12-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:12-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/13-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:13-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:13-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/14-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:14-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:14-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/15-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:15-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:15-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/16-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:16-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down
2 changes: 1 addition & 1 deletion alpine/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:16-alpine

ENV PGROONGA_VERSION=3.2.3 \
GROONGA_VERSION=14.0.8
GROONGA_VERSION=14.0.9

COPY alpine/build.sh /
RUN \
Expand Down

0 comments on commit a45dc16

Please sign in to comment.