Skip to content

Commit 2bc1230

Browse files
authored
Merge pull request #52 from wollomatic/develop
1.7.0
2 parents d74d74e + defdecd commit 2bc1230

File tree

5 files changed

+44
-35
lines changed

5 files changed

+44
-35
lines changed

.github/workflows/docker-image-testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and Publish Testing
22

33
on:
4-
push:
5-
branches:
6-
- develop
4+
push:
5+
branches:
6+
- develop
77

88
jobs:
99

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine3.21 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.24.4-alpine3.22 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

0 commit comments

Comments
 (0)