Skip to content

Commit

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

Bump golang from 1.21.0 to 1.21.1
  • Loading branch information
qy-zh authored Sep 10, 2023
2 parents e30f97d + 65a7134 commit 0de2dee
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 0de2dee

Please sign in to comment.