Skip to content

Commit

Permalink
fix(deps): Bump node from 16-alpine to 17-alpine
Browse files Browse the repository at this point in the history
Bumps node from 16-alpine to 17-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jay-dee7 committed Oct 12, 2022
1 parent c72d459 commit bbb0547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### STAGE 1: Build credential-service app ###
###############################################################

FROM node:16-alpine AS builder
FROM node:17-alpine AS builder

# Set working directory & bash defaults
WORKDIR /home/node/app
Expand All @@ -20,7 +20,7 @@ RUN npm run build
### STAGE 2: Build Miniflare runner ###
###############################################################

FROM node:16-alpine AS runner
FROM node:17-alpine AS runner

# Install pre-requisite packages
RUN apk update && apk add --no-cache bash ca-certificates curl
Expand Down

0 comments on commit bbb0547

Please sign in to comment.