Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cdaringe/freshawair
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Sep 13, 2024
2 parents 12e828f + 4198e60 commit e90e7c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM --platform=$BUILDPLATFORM rust as base
FROM rust:1.80.1 as base
FROM rust:1.81.0 as base
RUN apt-get install libssl-dev openssl
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
grafana:
image: grafana/grafana:11.1.4
image: grafana/grafana:11.2.0
ports:
- 3000:3000
user: "472"
Expand Down

0 comments on commit e90e7c1

Please sign in to comment.