Skip to content

Commit

Permalink
Merge pull request #6 from tschiolborg/patch-1
Browse files Browse the repository at this point in the history
Update to latest version
  • Loading branch information
dan9186 authored Dec 17, 2022
2 parents 39f72d7 + e7a9014 commit 13ddc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.14.0
FROM alpine:3.17.0
MAINTAINER Gomicro Dev <dev@gomicro.io>

RUN apk update && \
apk upgrade && \
apk add bash && \
rm -rf /var/cache/apk/*

ADD https://github.com/pressly/goose/releases/download/v2.6.0/goose-linux64 /bin/goose
ADD https://github.com/pressly/goose/releases/download/v3.7.0/goose_linux_x86_64 /bin/goose
RUN chmod +x /bin/goose

WORKDIR /migrations

0 comments on commit 13ddc21

Please sign in to comment.