Skip to content

Commit

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

chore(deps): Bump golang from 1.23.1-alpine to 1.23.2-alpine
  • Loading branch information
kszarek authored Oct 9, 2024
2 parents 0ccebb4 + 6e581d0 commit e67b77c
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.23.1-alpine as builder
FROM golang:1.23.2-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.23.1-alpine
FROM golang:1.23.2-alpine

ENV CGO_ENABLED=0
ENV GO111MODULE=on
Expand Down

0 comments on commit e67b77c

Please sign in to comment.