Skip to content

Commit

Permalink
Merge pull request #62 from hzi-braunschweig/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.21.2

Bump golang from 1.21.1 to 1.21.2
  • Loading branch information
qy-zh authored Oct 8, 2023
2 parents 0de2dee + a90ffc1 commit b395e87
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.1 AS build-golang
FROM golang:1.21.2 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.1 AS build-golang
FROM golang:1.21.2 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.1
FROM golang:1.21.2

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

Expand Down

0 comments on commit b395e87

Please sign in to comment.