Skip to content

Commit

Permalink
Merge pull request #119 from aniskhan001/dependabot/docker/golang-1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
2 parents c035b0e + f5b85bd commit 2ad0974
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,5 +1,5 @@
# Start from base golang image
FROM golang:1.22.4-alpine AS builder
FROM golang:1.23.0-alpine AS builder

# Create the user and group files that will be used in the running container to
# run the process as an unprivileged user.
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DO NOT use in production!
# Dockerfile for local development

FROM golang:1.22.4
FROM golang:1.23.0

# install the watcher
RUN go install github.com/githubnemo/[email protected]
Expand Down

0 comments on commit 2ad0974

Please sign in to comment.