Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/grpc/grpc-js-1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danroux authored May 27, 2024
2 parents 3ffcd42 + 0a33a7a commit 65040e1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .changelog/80.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```release-note:enhancement
ci/dependabot: docker:(deps): bump alpine from 3.19 to 3.20

docker:(deps): bump alpine from 3.19 to 3.20

Bumps alpine from 3.19 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
```
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mkdir -p $(pwd)/node_modules/.cache \
# # COPY package.json yarn.lock ./
# # RUN yarn install --production

FROM alpine:3.19 AS release
FROM alpine:3.20 AS release
LABEL org.opencontainers.image.source=https://github.com/danroux/sk8l-ui
LABEL org.opencontainers.image.description="sk8l-ui dev image"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion production.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://hub.docker.com/_/node/tags?page=1&name=bookworm-slim <- look for vulnerabilities
# https://github.com/primer/octicons/blob/main/package.json

FROM alpine:3.19 as build-stage
FROM alpine:3.20 as build-stage
ENV npm_config_cache=/usr/app/node_modules/.cache
ENV V 20.5.1
ENV FILE node-v$V-linux-x64-musl.tar.xz
Expand Down

0 comments on commit 65040e1

Please sign in to comment.