Skip to content

Commit

Permalink
release v1.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 20, 2024
1 parent 8a1819f commit a75c4cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "Docker_DLC"
version = "1.0.4-beta"
version = "1.0.5-beta"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
FROM rust:1.83.0 as rust

# Use Rust DLC & Lightning base image
FROM dlc:0.5.0 as dlc
FROM lightning:0.0.123 as lightning
FROM dlc:0.7.1 as dlc
FROM lightning:24.11.1 as lightning

# Use Phython DLC base image
FROM cfd-dlc:0.0.8 as cfd-dlc

# Use Docker DLC
FROM docker-dlc:1.0.4 as docker-dlcc
FROM docker-dlc:1.0.5 as docker-dlcc

# Use Python base image
FROM python:3.13-slim
Expand Down

0 comments on commit a75c4cb

Please sign in to comment.