This commit is contained in:
LucifersCircle 2024-11-29 03:05:04 -08:00
parent e12eceaa5e
commit 0d8bf2431d
2 changed files with 3 additions and 3 deletions

View file

@ -27,8 +27,8 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build --file Dockerfile --tag luciferscircle/webos-token-refresh . docker build --file Dockerfile --tag luciferscircle/redlib .
- name: Push Docker image - name: Push Docker image
run: | run: |
docker push luciferscircle/webos-token-refresh docker push luciferscircle/redlib

View file

@ -1,5 +1,5 @@
# Use an Alpine-based image as the base # Use an Alpine-based image as the base
FROM rust:1.71.0-alpine AS build FROM rust:1.71.0-alpine3.19 AS build
# Install necessary dependencies (git, curl, etc.) # Install necessary dependencies (git, curl, etc.)
RUN apk add --no-cache git curl build-base RUN apk add --no-cache git curl build-base