Skip to content

Commit

Permalink
Merge pull request #167 from AirHelp/dependabot/docker/golang-1.22.5-…
Browse files Browse the repository at this point in the history
…alpine

chore(deps): Bump golang from 1.22.4-alpine to 1.22.5-alpine
  • Loading branch information
kszarek authored Jul 11, 2024
2 parents 68dc2de + 8660f71 commit e053c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine as builder
FROM golang:1.22.5-alpine as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine
FROM golang:1.22.5-alpine

ENV CGO_ENABLED=0
ENV GO111MODULE=on
Expand Down

0 comments on commit e053c6e

Please sign in to comment.