Skip to content

Commit

Permalink
Upgrade Alpine to 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 9, 2021
1 parent 710d8ab commit aa75bf0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions bpmn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package the Node.js project into a single binary
FROM node:14.17.0-alpine3.13 as builder
FROM node:14.18.2-alpine3.14 as builder

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand All @@ -24,7 +24,7 @@ RUN npm run lint
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${ARCH} . -o app.bin

# Create the image
FROM alpine:3.13.5
FROM alpine:3.14.3

RUN addgroup -g 1000 kroki && adduser -D -G kroki -u 1000 kroki

Expand Down
2 changes: 1 addition & 1 deletion bytefield/ops/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.0-alpine3.13
FROM node:14.18.2-alpine3.14

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand Down
4 changes: 2 additions & 2 deletions excalidraw/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package the Node.js project into a single binary
FROM node:14.18.2-alpine3.13 as builder
FROM node:14.18.2-alpine3.14 as builder

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand All @@ -24,7 +24,7 @@ RUN npm run lint
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${ARCH} . -o app.bin

# Create the image
FROM alpine:3.13.5
FROM alpine:3.14.3

RUN addgroup -g 1000 kroki && adduser -D -G kroki -u 1000 kroki

Expand Down
4 changes: 2 additions & 2 deletions mermaid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package the Node.js project into a single binary
FROM node:14.17.0-alpine3.13 as builder
FROM node:14.18.2-alpine3.14 as builder

RUN apk add --no-cache --update chromium

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN npm run lint && PUPPETEER_EXECUTABLE_PATH=/usr/lib/chromium/chrome npm t
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${ARCH} . -o app.bin

# Create the image
FROM alpine:3.13.5
FROM alpine:3.14.3

RUN addgroup -g 1000 kroki && adduser -D -G kroki -u 1000 kroki

Expand Down
2 changes: 1 addition & 1 deletion nomnoml/ops/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.0-alpine3.13
FROM node:14.18.2-alpine3.14

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand Down
2 changes: 1 addition & 1 deletion server/ops/docker/build-static-pikchr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build pikchr binary
FROM alpine:3.12.3
FROM alpine:3.14.3

RUN apk update && apk add ca-certificates wget build-base

Expand Down
2 changes: 1 addition & 1 deletion vega/ops/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.0-alpine3.13
FROM node:14.18.2-alpine3.14

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand Down
2 changes: 1 addition & 1 deletion wavedrom/ops/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.2-alpine3.13
FROM node:14.18.2-alpine3.14

# Workaround: https://github.com/nodejs/docker-node/issues/813#issuecomment-407339011
# Error: could not get uid/gid
Expand Down

0 comments on commit aa75bf0

Please sign in to comment.