Skip to content

Commit

Permalink
updated: dependencies for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Dec 29, 2024
1 parent e35f21a commit f0ad1f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build:
if: github.actor == 'ammnt'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
packages: write
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG BASE_VERSION=3.21.0
FROM docker.io/library/alpine:${BASE_VERSION}
ENV OPENSSL_BRANCH=openssl-3.3
ENV APP_BRANCH=Angie-1.8.1
ARG BASE_HASH=21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
FROM docker.io/library/alpine:${BASE_VERSION}@sha256:${BASE_HASH}
ARG OPENSSL_BRANCH=openssl-3.3
ARG APP_BRANCH=Angie-1.8.1
RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \
&& apk -U upgrade && apk add --no-cache \
openssl \
Expand Down

0 comments on commit f0ad1f6

Please sign in to comment.