Skip to content

Commit

Permalink
Bump golang from 1.21.0 to 1.21.1
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.0 to 1.21.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 6ee3a0d commit 65a7134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN gulp


# Build Golang binary
FROM golang:1.21.0 AS build-golang
FROM golang:1.21.1 AS build-golang

WORKDIR /go/src/github.com/gophish/gophish
COPY . .
Expand Down
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN gulp


# Build Golang binary
FROM golang:1.21.0 AS build-golang
FROM golang:1.21.1 AS build-golang

WORKDIR /go/src/github.com/hzi-braunschweig/gophish
COPY . .
Expand All @@ -19,7 +19,7 @@ RUN go get -v && go build -v

# Runtime container
##FROM debian:stable-slim
FROM golang:1.21.0
FROM golang:1.21.1

RUN useradd -m -d /opt/gophish -s /bin/bash app

Expand Down

0 comments on commit 65a7134

Please sign in to comment.