Skip to content

Commit

Permalink
ci-fix: compile with latest stable (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh authored Jan 8, 2025
1 parent ae94e53 commit 1d15dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# build stage
FROM rust:1.77.1-bookworm as builder
FROM rust:1.83.0-bookworm as builder

LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# build stage
FROM rust:1.77.1-bookworm AS builder
FROM rust:1.83.0-bookworm AS builder

LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team <[email protected]>"
Expand Down

0 comments on commit 1d15dca

Please sign in to comment.