Bumping alpine base to 3.15

This commit is contained in:
James Strong 2022-03-16 11:52:38 -04:00
parent ba7f295538
commit 1953efa9d8
No known key found for this signature in database
GPG key ID: 11048BF1C893BC89

View file

@ -13,7 +13,7 @@
# limitations under the License.
FROM alpine:3.14.2 as builder
FROM alpine:3.15.0 as builder
COPY . /
@ -23,7 +23,7 @@ RUN apk update \
&& /build.sh
# Use a multi-stage build
FROM alpine:3.14.2
FROM alpine:3.15.0
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin