Skip to content

Commit a3661ed

Browse files
committed
chore: update git config in Dockerfile
1 parent b4db844 commit a3661ed

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "backend"
33
description = "Backend API and services for StackClass"
4-
version = "0.22.0"
4+
version = "0.23.0"
55
edition = "2024"
66

77
default-run = "stackclass-server"

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4646
&& apt-get clean \
4747
&& rm -rf /var/lib/apt/lists/*
4848

49+
RUN git config --global user.name "StackClass"
50+
RUN git config --global user.email "[email protected]"
51+
4952
RUN addgroup --system --gid 1001 axum
5053
RUN adduser --system --uid 1001 axum
5154
USER axum

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": {
77
"name": ""
88
},
9-
"version": "0.22.0"
9+
"version": "0.23.0"
1010
},
1111
"paths": {
1212
"/v1/courses": {

0 commit comments

Comments
 (0)