Skip to content

Commit

Permalink
fix(): Merge pull request #40 from kubeslice/hotfix-golang-version
Browse files Browse the repository at this point in the history
Hotfix golang version
  • Loading branch information
narmidm authored Jul 2, 2024
2 parents 9ba0ce1 + b8a727f commit 123c62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Thumbs.db
*.flv
*.mov
*.wmv
generator

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine3.16 as builder
FROM golang:1.18-alpine3.16 as builder
LABEL maintainer="avesha system"
WORKDIR /app
# Copy the go source
Expand Down

0 comments on commit 123c62c

Please sign in to comment.