Skip to content

Commit

Permalink
Merge pull request #68 from Paivola-Student-Innovation-Lab/update-rust
Browse files Browse the repository at this point in the history
fix(docker): Change from buster to bullseye
  • Loading branch information
dkristia authored Feb 6, 2025
2 parents 4963db7 + 30b5aab commit 8779ec0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push Docker Image

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker_arm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push ARM Docker Image

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion arm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/aarch64 arm64v8/rust:1.84-slim-buster as rust
FROM --platform=linux/aarch64 arm64v8/rust:1.84-slim-bullseye as rust

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.84-slim-buster as rust
FROM rust:1.84-slim-bullseye as rust

WORKDIR /app

Expand Down

0 comments on commit 8779ec0

Please sign in to comment.