Skip to content

Commit

Permalink
version/CI: update CI and bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Jan 31, 2025
1 parent 178e3f6 commit dff7542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder base image
FROM alpine:3.20 as builder
FROM alpine:latest AS builder

# add required packages
RUN apk add --no-cache \
Expand All @@ -21,7 +21,7 @@ RUN cargo build --release
RUN cp /app/backend/target/release/hyde-backend /app/target/hyde

# runtime container
FROM alpine:3.20 as runtime
FROM alpine:latest AS runtime

# add required runtime packages
RUN apk add --no-cache libgcc
Expand Down
2 changes: 1 addition & 1 deletion backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyde-backend"
version = "2.0.1"
version = "2.1.1"
edition = "2021"
license-file = "../LICENSE"
description = "A backend for the r/TechSupport CMS"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyde-frontend",
"version": "2.0.1",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit dff7542

Please sign in to comment.