Skip to content

Commit 7763e10

Browse files
committed
docker: Bump version, use stable rust version
1 parent 55439a3 commit 7763e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/rustlang/rust:nightly
1+
FROM docker.io/rust:1.81
22

33
WORKDIR /usr/srv/hpkgbouncer
44
COPY . .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.3.3
1+
VERSION ?= 0.4.0
22
REGISTRY ?= ghcr.io/haiku
33
default:
44
cargo clean

0 commit comments

Comments
 (0)