Skip to content

Commit f8bae73

Browse files
committed
updated: dependencies for the next release
1 parent 5452530 commit f8bae73

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717
if: github.actor == 'ammnt'
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
permissions:
2020
contents: write
2121
packages: write

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ARG BASE_VERSION=3.21.0
2-
FROM docker.io/library/alpine:${BASE_VERSION}
3-
ENV OPENSSL_BRANCH=master
4-
ENV APP_BRANCH=release-1.27.4
2+
ARG BASE_HASH=21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
3+
FROM docker.io/library/alpine:${BASE_VERSION}@sha256:${BASE_HASH}
4+
ARG OPENSSL_BRANCH=master
5+
ARG APP_BRANCH=release-1.27.4
56
RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \
67
&& apk -U upgrade && apk add --no-cache \
78
openssl \

0 commit comments

Comments
 (0)