Skip to content

Commit

Permalink
Merge pull request #18 from cytopia/release-0.10
Browse files Browse the repository at this point in the history
Use Alpine 3.16
  • Loading branch information
cytopia committed Dec 2, 2022
2 parents 3c426b9 + d7a47e6 commit 3717a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest as builder
FROM alpine:3.16 as builder

RUN set -eux \
&& apk add --no-cache \
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN set -eux \
&& find /usr/local/lib/node_modules -type f -iname '*.ts' -exec rm {} \; \
&& find /usr/local/lib/node_modules -type f -iname '*.yml' -exec rm {} \;

FROM alpine:latest
FROM alpine:3.16
LABEL \
maintainer="cytopia <[email protected]>" \
repo="https://github.com/cytopia/docker-eslint"
Expand Down

0 comments on commit 3717a97

Please sign in to comment.