Skip to content

Commit

Permalink
docker: Bump version, use stable rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Sep 16, 2024
1 parent 55439a3 commit 7763e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/rustlang/rust:nightly
FROM docker.io/rust:1.81

WORKDIR /usr/srv/hpkgbouncer
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.3.3
VERSION ?= 0.4.0
REGISTRY ?= ghcr.io/haiku
default:
cargo clean
Expand Down

0 comments on commit 7763e10

Please sign in to comment.