Skip to content

Commit

Permalink
fix(docker): use frolvlad/alpine-glibc:glibc-2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
yiplee committed Jun 21, 2022
1 parent 0e54a23 commit 6d378cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./

RUN task build-server

FROM frolvlad/alpine-glibc
FROM frolvlad/alpine-glibc:glibc-2.34

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./

RUN task build-worker

FROM frolvlad/alpine-glibc
FROM frolvlad/alpine-glibc:glibc-2.34

WORKDIR /app

Expand Down

0 comments on commit 6d378cd

Please sign in to comment.