Skip to content

Commit

Permalink
Merge branch 'statping-ng:dev' into ui-dynamic-daily-status-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
OstlerDev committed Jan 3, 2024
2 parents 6648b9f + 07e9c8d commit 8360ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ jobs:
with:
name: binaries
path: binaries
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: docker-images
path: images
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN yarn build && yarn cache clean

# Statping Golang BACKEND building from source
# Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying
FROM golang:1.20-alpine AS backend
FROM golang:1.20.0-alpine AS backend
LABEL maintainer="Statping-NG (https://github.com/statping-ng)"
ARG VERSION
ARG COMMIT
Expand Down

0 comments on commit 8360ba6

Please sign in to comment.