Skip to content

Commit dff7542

Browse files
committed
version/CI: update CI and bump version to 2.1.1
1 parent 178e3f6 commit dff7542

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# builder base image
2-
FROM alpine:3.20 as builder
2+
FROM alpine:latest AS builder
33

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

2323
# runtime container
24-
FROM alpine:3.20 as runtime
24+
FROM alpine:latest AS runtime
2525

2626
# add required runtime packages
2727
RUN apk add --no-cache libgcc

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyde-backend"
3-
version = "2.0.1"
3+
version = "2.1.1"
44
edition = "2021"
55
license-file = "../LICENSE"
66
description = "A backend for the r/TechSupport CMS"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyde-frontend",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)