Skip to content

Commit

Permalink
Merge pull request #102 from timoschlueter/bugfix/docker-build-pipeline
Browse files Browse the repository at this point in the history
Bugfix: Docker build pipeline
  • Loading branch information
timoschlueter committed Jun 16, 2023
2 parents 454e35b + 3d2ecbe commit 4267a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:18-bullseye
LABEL description="Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout"

# Create app directory
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightscout-librelink-up",
"version": "2.4.0",
"version": "2.4.1",
"description": "Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4267a9c

Please sign in to comment.