Skip to content

Commit

Permalink
chore: update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 15, 2024
1 parent 9318a2e commit 9736c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openresty/openresty:1.25.3.1-4-alpine-fat
FROM openresty/openresty:1.25.3.1-5-alpine-fat

# Install apt and lua dependencies
RUN apk add --no-cache git bash python3 && \
Expand All @@ -10,9 +10,9 @@ RUN mkdir -p /usr/local/openresty/nginx/conf/bento_services && \
mkdir -p /usr/local/openresty/nginx/conf/bento_public_services && \
mkdir -p /gateway/services && \
mkdir -p /gateway/public_services
COPY LICENSE LICENSE
COPY conf conf
COPY src src
COPY entrypoint.bash entrypoint.bash
COPY entrypoint.bash .
COPY LICENSE .

ENTRYPOINT ["bash", "./entrypoint.bash"]

0 comments on commit 9736c46

Please sign in to comment.