Skip to content

Commit

Permalink
Merge pull request #22 from wollomatic/develop
Browse files Browse the repository at this point in the history
Go 1.22.5
  • Loading branch information
wollomatic authored Jul 18, 2024
2 parents 6ba2fa6 + 2bec008 commit b19b3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: VERSION=testing-${{ github.sha }}
tags: docker.io/wollomatic/socket-proxy:testing
tags: docker.io/wollomatic/socket-proxy:testing,docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.20 AS build
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.20 AS build
WORKDIR /application
COPY . ./
ARG TARGETOS
Expand Down

0 comments on commit b19b3d2

Please sign in to comment.