Skip to content

Commit a3c45fb

Browse files
committed
Update docker base image version
1 parent 35bf72e commit a3c45fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpc-proxy"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
authors = ["Aurimas N <aurimas.n@dexterlab.com>"]
66
description = "A proxy service for Solana JSON-RPC HTTP requests."

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM debian:buster-slim
2+
FROM debian:bullseye-slim
33

44
RUN mkdir -p /dexter
55
WORKDIR /dexter

0 commit comments

Comments
 (0)